Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

is it possible to auto ignore the struct fields when using Deserialize

rust serde

How to mutate serde_json value by adding additional fields?

rust serde

Serialize/Deserialize CSV with nested enum/struct with serde in Rust

csv rust enums serde

serde_json for generic types

rust serde

How can I use Serde's custom (de)serialization to update a subset of arbitrary input?

rust serde

How to build json arrays or objects dynamically with serde_json?

rust serde serde-json

serde: deserialize a field based on the value of another field

rust serde

How to set a field of a struct to a const value

rust serde

Serde deserialization of partial structs with actix_web

json rust serde actix-web

How to implement a generic serde_json::from_str [duplicate]

json rust serde

Function local variable doesn't live long enough [duplicate]

rust serde serde-json

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

rust serde

Rust Deserialization Lifetimes Problem : 'de must outlive 'a

rust lifetime serde

Handling serialization for Surrealdb Rust SDK on relation fields with FETCH clause

rust serde surrealdb

How can I implement serde for a type that I don't own and have it support compound /wrapper/collection types

rust traits serde

Is there a way to "flatten" enums for (de)serialization in Rust?

enums rust serde