List Question
20 TechQA 2024-03-29T19:46:13.427000Implement serialize to skip field key name and new line if other optional field is None
42 views
Asked by Kyle Carow
CSV with nested structs
55 views
Asked by diaa
serde deserialize json array into option struct
51 views
Asked by Pollastre
Serialize a string with Serde without adding double quotes
44 views
Asked by caiman
Deserialize field to HashMap<String, MyStruct>
52 views
Asked by pew
How do I represent enum variants in json for serde?
40 views
Asked by CocytusDEDI
How to ignore enum variant when serializing
77 views
Asked by Sam
Get type info of struct fields when struct is serde::Serialize
52 views
Asked by Edward Peters
Is there a way to generalize the fact that reference is safe to drop after deserialization?
24 views
Asked by ArcusCerebellumus
How to filter a multidimensional array in Rust?
62 views
Asked by HBCondo
bevy 0.12 keeps creating bevy-render 0.11.3<
34 views
Asked by Wiktor Kujawa
Axum serde serialization from handler loses serde changes
32 views
Asked by DFBerry
Query array of JSON objects using Athena | Glue
21 views
Asked by abhi
Efficiently deserialize polymorphic JSON maps in Rust
48 views
Asked by petersohn
How flatten struct | Serde
119 views
Asked by Samantha Evans
Decoding a JSON into a hash map (top-level key names not known)
47 views
Asked by eof
Reading in just the first item from a JSON file into a Rust variable
58 views
Asked by hkelley44
How to pass field attributes to a macro generating a struct
50 views
Asked by MeetTitan
Deserialize an enum in Rust with both unit and non-unit versions without writing a custom deserializer
50 views
Asked by Ian Joiner
Why is BitVec is missing the Serialize trait?
60 views
Asked by leonhma