Igor Gutorov

Results 4 issues of Igor Gutorov

Hi! We have a use case for serializing maps using your library. Consider the following structure: ```Rust struct Inner { inner_a: i32, inner_b: i32, } struct Middle { #[serde(flatten)] inner:...

Implemented via the [core_affinity_rs](https://github.com/Elzair/core_affinity_rs) library, which includes support for all platforms `quanta` targets, with the exception of iOS. iOS users of this API would get a runtime error when attempting...

There are several protocols that look almost identical to HTTP (in my case, it is SIP). Often the only difference is the `request-line` and/or the `response-line`. In SIP in particular,...

Hi When using certain crates (repro below) it is possible for `hashbrown` to fail to compile, even though it is a transitive dependency. To reproduce, create a new crate: `cargo...