Eduardo Canellas
Eduardo Canellas
FWIW, the [implementation of the artifact dependencies](https://github.com/rust-lang/cargo/pull/9992) is available as an unstable option. Since this feature was cited above, I thought it could be helpful.
Gastei bastante tempo tentando inicializar o projeto na minha máquina para contribuir, mas seguir as instruções não estão colaborando muito.
With a derive-macro, it would probably be possible to print the structure of a config input for any format supported. It could be useful while defining the config struct and...
When I was searching for config-related crates, `config` and [figment](https://docs.rs/figment/latest/figment/index.html#) were the two that seemed more robust. As we're having this "re-thinking" process here, it may be worth it to...
@Dessix no, I just wanted to highlight that this one and `figment` were the ones I considered more interesting.
Hey, this is an awesome extension =) Unfortunately, I'm facing this issue too. Changing to white theme seemed to work. Maybe the issue should be reopened for visibility? I almost...
I don't see how https://github.com/rust-lang/cargo/issues/9096 could allow to do something equivalent to `npm run` with cargo. In my understanding, it would only be useful for `build.rs`. This concern was also...
I asked about it on this [zulip topic](https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/inspect.20methods) but got no answers. Maybe we should ping someone from libs team to help us set a direction for this feature.