Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

How can I deserialize JSON that contains a string with more JSON?

json rust serde

Capture original payload through serde

rust serde serde-json

How can I deserialize a comma-separated JSON string as a vector of separate strings? [duplicate]

json rust serde

Skip struct field when serializing

rust serde

How do I store a result using Serde Zero-copy deserialization of a Futures-enabled Hyper Chunk?

rust zero-copy serde

Parsing an object inside an object with serde_json

json rust serde hyper serde-json

Stop Rust from enforcing the serde::Deserialize trait on an error type

rust serde

How to (de)serialize a strongly typed JSON dictionary in Serde?

json rust serde

Using `serde::Serialize` with `Option<chrono::DateTime>`

datetime rust serde

Serde internally tagged enum with common fields

rust variant serde

Deserialize JSON list of hex strings as bytes

rust serde

How do I map a C struct with padding over 32 bytes using serde and bincode?

rust serde

Rust and serde deserializing using generics

generics rust traits serde

How to partially deserialise a JSON object?

rust serde serde-json

How can I disable the "unused attribute" warning when using Serde library?

Deserializing newline-delimited JSON from a socket using Serde

rust deserialization serde

Lifetime error when creating a function that returns a value implementing serde::Deserialize

rust lifetime serde serde-json

Is there a way to deserialize arbitrary JSON using Serde without creating fine-grained objects?

json rust serde

Is there a way to define a tag field with Serde?

rust serde

Why do I get the error "missing field" when deserializing XML with serde-xml-rs, even though the element is present?

xml rust serde