stormshield-guillaumed
stormshield-guillaumed
We open sourced a tool that allows you to specify the supported targets of a crate in the `Cargo.toml` named [`cargo-ft`](https://github.com/stormshield/cargo-ft). Unfortunately, it doesn't solve the `Cargo.lock` problem which is...
I admit I dug the source code to find the `${VAR:default}` syntax was available [here](https://github.com/sagiegurari/cargo-make/blob/96b38054d114e96d21ae8aa55313655ba1536e2d/src/lib/environment/mod.rs#L84), but I didn't find it in the documentation
The substitution by the empty string when the variable is unset seems to work, it just breaks the reordering of variables. As for the first problem, I didn't took the...
That's great news ! Unfortunately, AFAIK, there is no high level API for interacting with OPFS in Rust at the moment, but the building blocks are in [web-sys](https://docs.rs/web-sys/latest/web_sys/). The addition...
schemars has been bumped to 1.0 with [this commit](https://github.com/tamasfe/aide/commit/59fad2349419dc1f6fe43f6abf7dac22ee4792e7) from last month. I don't know how, but the recent 0.15.1 release still depends on schemars 0.9.
Oh ok, I missed that, thank you for the explanation.