Search code examples
serde-xml-rs: LastElementNameNotAvailable when serializing...


xmlrustserde

Read More
How to create a custom deserialiser for an internally tagged enum with serde in rust...


rustenumsserde

Read More
Missing field with serde fails to set to default value...


csvrustserde

Read More
Rust cannot represent Postgres numeric type as BigDecimal type...


rustserdeactix-webrust-sqlx

Read More
Can I serialize a struct camel_case and deserialize PascalCase in Rust...


rustserde

Read More
Using serde, how can I keep a copy of the serialized data while deserializing?...


rustserde

Read More
In Rust, how can a JSON be deserialized in multiple structs?...


jsonrustserde

Read More
Is there a better way to derive serde impls for untagged Rust enums with unit variants?...


rustserde

Read More
How to Iterate over Rust serde object keys and replace/modify the string value...


arraysjsonrustserde

Read More
How to handle potentially missing configuration file with serde...


rustserde

Read More
Rust : Serialize the list of structs and write in a file in BSON format and deserialize back to stru...


ruststructbsonserde

Read More
serde: Deserialize `str` in Rust...


rustserializationserde

Read More
How do I use Serde to serialize a HashMap with structs as keys to JSON?...


rustserdeserde-json

Read More
Iterate over struct in rust...


loopsstructrustserde

Read More
How do I add trait bounds for a trait the must be serde serialisable...


rusttraitslifetimeserde

Read More
Rust Serde create deserializer for Option::<String>...


rustdeserializationserde

Read More
How can I deserialize an array in a background thread using Rust's serde?...


arraysrustthread-safetyjson-deserializationserde

Read More
How to deserialize a JSON array into a struct using serde?...


jsonstructrustdeserializationserde

Read More
How to help deserializer understand that generics don't need Deserialize bound...


rustserde

Read More
How to handle deserialization of mixed-type values in TOML (string/integer)?...


rustdeserializationserdetoml

Read More
How to deserialise an async function name and call it with deserialised arguments...


rustserde

Read More
How to get at one particular item in JSON file using serde_json without deriving structs?...


rustserde

Read More
How do I deserialize the last element of a Serde sequence differently from the rest?...


rustserde

Read More
How to unit-test a deserialization function used in serde(deserialize_with)?...


unit-testingrustserde

Read More
Testing serialize/deserialize functions for serde "with" attribute...


testingrustserde

Read More
Adapt a lending iterator type to a serde-style map visitor...


rustvisitor-patternserde

Read More
Serialize nested json objects to csv with serde and csv crates...


jsoncsvrustserializationserde

Read More
How can I build up a stateful, streaming parser with serde_json?...


jsonrustserdeserde-json

Read More
How to re-use existing, derived deserialize implementation when deserializing some variants of an en...


rustserializationdeserializationserde

Read More
In Rust tests, how to assert_eq some json that keeps reordering its keys...


rustserde

Read More
BackNext