miniserde
miniserde copied to clipboard
Data structure serialization library with several opposite design goals from Serde
Results
2
miniserde issues
Sort by
recently updated
recently updated
newest added
Hi, I'm not sure if the following is possible with miniserde, or at least I haven't found a way so far. If I have data like: ``` { "tag": "MyTag",...
I fully understand that the point of this crate is to have limited customizability. I'm hoping you will consider support for at least the ability to deserialize optional fields (to...