miniconf
miniconf copied to clipboard
implement more serde field attributes
trafficstars
There are a bunch of serde field attributes that would be useful to forward/leverage. E.g.
- [x]
getter#199 - [x]
skip#183 - [ ]
alias - [x]
rename#207 - [x]
{,deserialize_,serialize_}withand related: https://docs.rs/serde-aux/latest/serde_aux/field_attributes/index.html, done withgetter,getter_mut,typ,validateetc. - [ ]
bound - [ ]
flatten#236 vs #234 - [ ]
borrow?