Search code examples
How to Deserialize a Map into a Vector of Enums with Serde in Rust?...


rustyamlserde

Read More
Is there a way to convert a Serde Map into a Value?...


rustserde

Read More
I'm having a hard time deserializing a rust reqwests::response into json...


jsonrustresponseserdereqwest

Read More
How to Serialize Rust Enum as YAML with Variant Name as Key?...


rustyamlserde

Read More
How to get the default instance of a Serde struct...


rustserde

Read More
Stream writing to a JSON file...


jsonrustexportserdesea-orm

Read More
How to use serde serialize_with inside a custom Serializer for a struct...


rustserde

Read More
cannot infer type on match arm...


rustserde

Read More
Encoding PathBuf containing path with invalid utf-8 characters using serde in Rust...


rustencodingutf-8serde

Read More
Replicating the behavior of serde(with) in custom serializer...


rustserializationserde

Read More
How to deserialize a JSON file which contains null values using Serde?...


jsonrustserde

Read More
Using Box to optimise memory allocation of optional, known length arrays...


rustserde

Read More
How can I support an unknown or other value for a Serde enum?...


rustserde

Read More
Rust JWT claim not valid struct field name...


rustjwtserde

Read More
Using serde for two (de)serialization formats...


rustserde

Read More
What is a better way of converting a HashMap to HTML in Rust?...


htmlrustserde

Read More
Is base64 encoding a good way to safe space when using serde_json for a Vec<u8>...


rustbase64serdereqwest

Read More
how to combine (including nested array values) two serde_yaml::Value objects?...


rustyamlserde

Read More
How to deserialize and transcode arbitrary value type in Rust?...


rustserde

Read More
How to deserialize a map into a vector of a custom struct, with a field matching the key?...


rustyamldeserializationserde

Read More
requires that `'de` must outlive `'a`...


rustserde

Read More
Is there a way to make serde_json handle NaN, Inf and -Inf properly/improperly (IEEE 754 Specials)?...


jsonrustieee-754serdeserde-json

Read More
Get serde_json to recognise this enum representation?...


rustserdeserde-json

Read More
Problem generify-ing serde_json read into a `Vec<T>` (rust)...


genericsrustlifetimeserdeserde-json

Read More
SurrealDB - How to store record linkage in Rust struct?...


ruststructserdesurrealdb

Read More
Where is the equivalent in Rust of the msgpack Timestamp class in Python...


rustdeserializationserdemsgpack

Read More
Flattening either-or structs into another struct in rust...


ruststructenumsflattenserde

Read More
How to implement Debug for serde::ser::Error...


rustserde

Read More
Variant types in JSON5 (serde)...


rustserdejson5

Read More
Why Am I Getting "Cannot Derive Macro In This Scope"?...


rustserderust-macros

Read More
BackNext