Search code examples
Lifetime error with Serde in a Generic Function...


rustserde

Read More
How to return a Result type using rocket_okapi in Rust?...


rustserderust-rocketokapi

Read More
Inconsistent JSON output when serializing enums in Rust...


rustserde

Read More
How to sort HashMap keys when serializing with serde?...


rustserde

Read More
How do I choose a module for serialization and deserialization based on platform?...


rustserdeconditional-compilation

Read More
How to implement `serde::Serialize` for a boxed trait object?...


rustpolymorphismserde

Read More
Why can't the compiler see this `From` impl?...


rustserde

Read More
json method not found when Deserializing a request response...


jsonrustjson-deserializationserdereqwest

Read More
Deserialization of optionally-wrapped enum...


rustserdeserde-json

Read More
How to deserialize a string field to bool...


rustserde

Read More
Skip serializing at runtime with `skip_serializing_if`?...


rustserializationserdeserde-json

Read More
How to copy a struct that contains String fields...


ruststructtypesserde

Read More
Rust Serde - Custom deserialization from map or list...


jsonrustserializationyamlserde

Read More
How to convert a `serde_json::Value ` to a `prost_types::Struct` in Rust?...


rustprotocol-buffersserdeprost

Read More
How to Use String instead of ObjectId in "wither" Rust?...


mongodbrustrust-cargoserde

Read More
Rust Serde: field with deserialize_with which depends on 2 other fields throws error `missing field`...


rustserde

Read More
How to modify an array in a json file?...


jsonrustserde

Read More
How can I deserialize an enum when the case doesn't match?...


rustserdeserde-json

Read More
How to Serialize Enum in Rust with Bincode While Retaining Enum Discriminant Instead of Index?...


rustenumsserdebincode

Read More
How to serialize a struct containing f32 using serde_json?...


jsonrustserdereqwestserde-json

Read More
Why do we have two ways to include serde_derive?...


rustserde

Read More
How to fix "`?` operator has incompatible types" error in rust...


ruststructtype-conversionserde

Read More
Rust Serde deserialization: how can I make sure a field does NOT exist and throw an error if it does...


jsonrustdeserializationserde

Read More
How customize serialization of a result-type using serde?...


rustserde

Read More
Serde Serializer example contains errors...


rustserde

Read More
Using `serde::Serialize` with `Option<chrono::DateTime>`...


datetimerustserde

Read More
How do you propagate errors in a Rust serde serializer?...


rusterror-handlingserdeserde-json

Read More
unable to convert json to dataframe, polars panicked...


rustserderust-polars

Read More
Rust Serde Serializing Iso8601 Time adds +00 prefix with quick_xml...


rustserde

Read More
Serialize a json string as object with Serde...


jsonrustserializationserde

Read More
BackNext