Search code examples
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
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
serde/rust deserialize JSON into Hashmap...


jsonrustserde

Read More
How to parse complicated JSON data in rust correctly?...


jsonparsingrustserdeserde-json

Read More
Rust JSON serialization/deserialization with serde/serde_json whilst using generics and lifetimes?...


rustlifetimeserde

Read More
How do I use Serde to (de)serialize arrays greater than 32 elements, such as [u8; 128]?...


arraysserializationrustdeserializationserde

Read More
Rust TOML reading table and key-value in order...


rustserializationdeserializationserdetoml

Read More
Deserialize struct containing tag and vector of enums with serde...


jsonrustserde

Read More
How can I serialize an enum variant to and from a JSON null?...


jsonrustserde

Read More
Deserialize json array into existing Vec...


jsonrustserdeserde-json

Read More
Error when deserializing strum Enum with Serde...


rustenumsserde

Read More
Serialize toml ArrayOfTables using InlineTables...


rustserdetoml

Read More
How do I input trimmed data into a csv reader in Rust?...


csvrustserde

Read More
Is it possible to define a field with the same name as a keyword?...


rustserde

Read More
How can I get serde to emit the fields that failed to parse in the error output?...


rustserde

Read More
Rust custom deserialize implementation...


rustserde

Read More
Deserialize escaped string into Vec<String> with serde...


rustjson-deserializationserde

Read More
How to serialize a struct with a top-level key with Serde?...


rustserde

Read More
Implement serialize to skip field key name and new line if other optional field is None...


rustserde

Read More
CSV with nested structs...


csvrustserde

Read More
serde deserialize json array into option struct...


jsonrustserdeserde-json

Read More
BackNext