Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

How to use serde's skip_serializing_if with empty slices?

rust serde

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

How can I deserialize an enum with an optional internal tag?

rust serde

How to read JSON file with serde?

rust serde

Deserializing JSON with fields that can be of multiple types with Serde [duplicate]

rust serde

Can't make basic example of Serde Serialize work

rust serde

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

rust serde

How to deserialize in Rust (using serde) optional json parameter that can be either string or string array

rust serde

How do I serialize an enum without including the name of the enum variant?

Skip empty objects when deserializing array with serde

rust serde

Project with serde cannot compile

rust serde

Rust Serde: Deserialize XML directly to Vec<T>

Deserialize a reqwest::Reponse to JSON but print response text on error

rust ownership serde reqwest

Static defaults for Serde

rust serde

Unable to deserialize chrono::DateTime from json

json rust serde rust-chrono

How to use Yaml references with Rust's serde_yaml?

rust yaml serde

Rust trait not satisfied [duplicate]

rust serde

Translating JSON object into HashMap with serde_json

rust serde