miniconf icon indicating copy to clipboard operation
miniconf copied to clipboard

implement serde field attributes

Open jordens opened this issue 8 months ago • 0 comments

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
  • [ ] {,deserialize_,serialize_}with and related: https://docs.rs/serde-aux/latest/serde_aux/field_attributes/index.html
  • [ ] bound
  • [ ] flatten ?
  • [ ] borrow ?

jordens avatar Nov 02 '23 09:11 jordens