Stargateur
Stargateur
with Rustc 1.56.0 and so Rust edition 2021 allow: ```toml edition = "2021" rust-version = "1.56" ``` I think it's a good start.
For people that don't want to use this feature you print an annoying big warning for each test. Consider have a opt-out.
Rust follow IEEE 754 all is specified here. (but I have no idea if this will answer you)
Actually, this is even more needed cause I can't get a value, return a reference to it or if missing create the value and return it cause it's borrow the...
would avoid me to use `Command` so it would be nice.
yes I [read ](https://stackoverflow.com/questions/52098173/deploy-new-stack-by-using-docker-engine-api#comment93708973_52098173)some about it some people say docker didn't include this in the API to force user to use service like scaleway AWS etc. I don't know much...
I would suggest to rework the general variant too based on this proposition. Currently: > ```rust > /// A catch-all error for unlikely errors. > General(String), > ```
> but I'm currently leaning to waiting for the Try trait to be stabilized. My proposition is finally not related to Try, that more an idea to make ret and...
I don't feel like this is a good solution, then people will ask for opt-out feature. I think there should be two mode. and default to opt-in
how to use it along with serde_json cause I can override serde version but not serde_json version of serde Well after try everything, I clone serde_bytes, serde_json, serde, did some...