Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

How to create xml from struct in rust?

rust serde

How to pass options to Rust's serde that can be accessed in Deserialize::deserialize()?

How can I mass implement Deserialize for all types that implement a specific trait?

How to handle potentially missing fields using serde_json and the Value enum?

rust serde

How to handle errors when extracting data from untyped JSON in serde_json?

json rust serde serde-json

How can I pattern match to get at the numbers that serde_json has parsed?

json rust serde

Implementing a generic length delimited hex deserializer in Serde

rust hex deserialization serde

How to write a trait bound for a reference to an associated type on the trait itself?

Prevent a serialized struct in Rust from being deserialized into a different one

rust deserialization serde

What is the fastest correct way to detect that there are no duplicates in a JSON array?

json algorithm rust serde

Is (de)serializing `usize` with Serde platform-dependent?

rust serde

Deserializing an enum using a combination of #[serde(untagged)] and #[serde(with)]

serialization rust serde

Using serde_json to serialise maps with non-String keys

json rust serde

How to get renamed enum name from enum value?

rust serde

expected associated type, found type parameter

Deserialize from tokio socket

How do I serialize and deserialize a graph using Serde with Petgraph?

graph rust serde petgraph

Rust serde deserializing a mixed array

rust serde