Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

How do you deserialise JSON in Rust without coupling

rust serde

How do I parse a TOML file with a table at the top level into a Rust structure?

rust serde toml

Can you deserialize a struct from a map or a string?

rust serde serde-json

serde_yaml::Value -> serde_json::Value, `null` keys

Lifetimes when Deserializing JSON within a FromForm

rust serde rust-rocket

How to return JSON as a response in Rocket 0.5?

json rust serde rust-rocket

Serde JSON deserializing enums

json rust enums serde

How to only allow one field or the other with Serde?

rust serde

Best way to deserialize a key=value list of strings in Rust

parsing rust serde

Serialize a json string as object with Serde

json rust serialization serde

How to use "flatten" like thing in custom Serialize and Deserialize

rust serde

Custom serde serialization for enum type

rust serde

How to serialize Option<Vec<DateTime>> field to bson?

rust serde

Is there any way to remove None fields in a struct serialized with serde?

rust serde

How do I transform special values into Option::None when using Serde to deserialize?

rust serde

serde_json::from_str error where string from file

json parsing generics rust serde

Further process a field using serde_json

rust serde

Deserialize to struct with an enum member

How to avoid double '\' escape when using serde_json in Rust?

json rust escaping serde

Adding a default String value to a deserialized serde struct fails with trait Deserialize<'_> not implemented

rust serde