Zsombor Hollay-Horvath
Zsombor Hollay-Horvath
A `BTreeMap` version of the `into_group*` function group would be a nice addition. The idea is that sometimes working with `Hash` is not feasible or even impossible, e.g. when you...
Storing collections of objects in various containers is an everyday job. However, currently there is no obvious way to have a field that is just a top-level container by itself....
I'm facing an issue similar to #1257 but it only fails when I run multiple tests together, when running them one by one it's all good. I didn't open this...
I had the following line in my `Cargo.toml` which failed to compile: ``` yup-oauth2 = { version = "11.0", default-features = false, features = ["hyper-rustls"] } ``` The error was...
When I have a schema component with the name `Value` the `#[derive(OpenApi)]` produces unparsable tokens: ``` error: expected expression, found `,` --> src/main.rs:8:10 | 8 | #[derive(OpenApi)] | ^^^^^^^ expected...