Search code examples
How do I write a Serde Visitor to convert an array of arrays of strings to a Vec<Vec<f64>&g...


jsonserializationrustserde

Read More
Make serde only produce hex strings for human-readable serialiser?...


rustserdeserde-jsonbincode

Read More
Rust serde parse Vec of substruct...


jsonserializationrustflattenserde

Read More
DateTime<Utc> compiles but not DateTime<Local> querying a table with a column defined as...


postgresqldatetimerustserderust-diesel

Read More
How to use serde_json with a union type like enum?...


rustserdeserde-json

Read More
Cargo test pass on local machine but fails on github actions...


rustgithub-actionsrust-cargoserdeactix-web

Read More
How can I implement serde for a type that I don't own and have it support compound /wrapper/coll...


rusttraitsserde

Read More
Parse data into Vec<T> and insert vector into postgresql...


postgresqldatetimerustserderust-diesel

Read More
How to destructure enum when de/serializing yaml or json with serde?...


serializationrustyamldeserializationserde

Read More
Rust deserialize JSON into custom HashMap<String, google_firestore1::Value>...


serializationgoogle-cloud-firestorerusthashmapserde

Read More
Deserialize map of remote structs using serde_json...


rustserdehyper

Read More
Is there a way to use Rust's serde / serde_json to "patch" a structure?...


rustserde

Read More
Why Error("trailing characters") when trying to deserialize a JSON file to a hashmap?...


serializationrustdeserializationserde

Read More
Save/load of struct works or fails depending on member vector length...


rustserdebincode

Read More
Adding a trailing linefeed to json...


rustserde

Read More
How can I deserialize a fieldless enum from either a string or number?...


rustserde

Read More
Can rust and serde-xml-rs parse comments from XML files?...


xmlrustserde

Read More
Rust - deserialization using serde/reqwest "Invalid type"...


rustdeserializationjson-deserializationserdereqwest

Read More
I can not deserialize json String to struct with serde...


rustserde

Read More
Can I map types when deserializing with "Serde"?...


rustdeserializationserde

Read More
Resolving external string references ( IDs / "foreign keys" ) to structs present elsewhere...


rustdeserializationserde

Read More
Implementing a complex custom struct serializer...


rustserde

Read More
Deserialization of json with serde by a numerical value as type identifier...


rustenumsjson-deserializationserde

Read More
Compile error when running cargo bench (criterion/serde)...


rustrust-cargoserderust-criterion

Read More
Custom serde serialization for enum type...


rustserde

Read More
Can I send an RMPV `Value` back to rmp_serde for deserialization?...


rustserdemsgpack

Read More
How to call an associated function implemented for &str?...


rustserde

Read More
Serde: use container #[serde(default)], but with some required fields...


rustserde

Read More
How can I use serde json on a json object with variable key names...


jsonrustserde

Read More
How do I turn invalid enum variants into None when used as query parameters in actix-web...


rustserdeactix-web

Read More
BackNext