Search code examples
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
How to define a macro that can use symbols from the same crate...


rustserde

Read More
Failed to create record in SurrealDb...


rustserdesurrealdb

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


rustserde

Read More
Rust/Serde/HTTP: Serialize `Option<http::Method>`...


httprustserde

Read More
Read bincode serialized structs in parallel from file...


rustserdebincode

Read More
How can I deserialize a bincode serialised data into something like serde_json::Value?...


jsonrustserdebincode

Read More
How to deserialize an array of JSON objects into a HashMap<key, struct> where key is one of th...


rustserde

Read More
How to implement the default deserialiazation of a Rust Enum in custom deserialization...


rustserde

Read More
expected associated type, found type parameter...


rusttraitsserdeassociated-types

Read More
Serializing data structure to an existing array using serde...


rustserde

Read More
How can I distinguish between a deserialized field that is missing and one that is null?...


rustserde

Read More
serde error[E0275]: overflow evaluating the requirement `xxx: Deserialize<'_>`...


rustserde

Read More
Deserialize a JSON string or array of strings into a Vec...


rustserdeserde-json

Read More
Is it possible to to handle invalid JSON values globally using Serde / Rust?...


rustserdeserde-json

Read More
Serialize an ISO 8601 time/duration "Thhmmss-hhmm/PTmm" ie ("T063000-0600/PT10M"...


rustserializationiso8601serde

Read More
How to deserialize actix web form data and serialize it into csv file?...


csvrustserdeactix-web

Read More
Serde deserialization of partial structs with actix_web...


jsonrustserdeactix-web

Read More
Using serde attributes, can I convert before de/serialization and then use existing serde implementa...


rustserde

Read More
Sending a map from JS to Rust does not arrive...


javascriptrustserdetauri

Read More
Deserialize into a generic type with serde::from_value...


rustdeserializationserdeserde-json

Read More
How to serialize and deserialize chrono::Duration?...


rustserderust-chrono

Read More
Serde: overwriting child struct's #[serde(rename_all = "camelCase")]...


rustserde

Read More
How to efficiently extract a portion of JSON as a Vec without intermediate structs?...


jsonrustserdeserde-json

Read More
Parse arbitrarily large JSON array in Rust...


jsonparsingrustserde

Read More
Serde and Reqwest gives weird body...


rustpostmanserdereqwest

Read More
Lifetime error with Serde in a Generic Function...


rustserde

Read More
BackNext