Search code examples
How to deserialize a field that contains JSON?...


jsonrustserde

Read More
Duplicate lang item panic_impl writing Rust windows driver and serde...


rustserdewindows-driverrust-no-std

Read More
How can I derive Deserialize for struct with generic types?...


rustlifetimeserdeserde-json

Read More
How to serde deserialize enum variant from string with dashes?...


jsonrustserde

Read More
Deserialize enum variant with and without fields...


jsonrustenumsserde

Read More
type annotations needed: cannot satisfy `T: Deserialize<'_>`...


rusttypesserde

Read More
Custom deserializer to deserialize a HashMap over arbitrary types...


rustserde

Read More
Can serde_json::to_writer_pretty indent with tabs rather than 2 spaces?...


rustserde

Read More
How to fix "the trait Factory<_, _, _> is not implemented for {function}" error in a...


rustserdeactix-web

Read More
Unresolved import 'serde', cannot determine resolution for the derive macro `Serialize`, imp...


rustserializationstructrust-cargoserde

Read More
Struct with dynamic fields...


rustserde

Read More
implementation of Serde::Deserialize is not general enough...


rustserde

Read More
Deserialize two different types into the same one...


rustdeserializationserde

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


rustserde

Read More
How to skip serde serialization with skip_serializing_if for a boolean field...


rustserde

Read More
How to Trigger Specific Error for Enum Deserialization Failure in Axum with Serde?...


rustserderust-axum

Read More
reading a TOML file with serde - camelCase vs snake_case...


rustserde

Read More
How to implement a custom deserializer using serde that allows for parsing of untagged enums with no...


rustserde

Read More
How do I deserialize JSON in Rust when combining a flattened component with the need to convert keys...


jsonrustdeserializationflattenserde

Read More
How to serialise only name of variant and ignore value for enum field in struct...


serializationstructrustenumsserde

Read More
Associate unique identifier with rust function definitions...


rustserde

Read More
How can I deserialize an optional field with custom functions using Serde?...


jsonserializationrustserde

Read More
Serialize a nested array of objects using serde...


rustserde

Read More
Require a field to be an integer or null, but not missing in JSON...


rustserdeserde-json

Read More
missing field error during deserialization for toml file in rust...


rustdeserializationconfigserdetoml

Read More
Panic while deserializing JSON data...


jsonrustserdeserde-json

Read More
How to deserialize a Map with custom value type in serde?...


jsonrustserializationserde

Read More
How do check for Some vs None in multiple nested enums at once?...


jsonrustserde

Read More
How to return JSON as a response in Rocket 0.5?...


jsonrustserderust-rocket

Read More
How to implement serde Deserialize for struct that references its parent?...


rustserde

Read More
BackNext