whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
146 stars 29 forks source link

derive serialize and deserialize for BaseDirectories #49

Closed TH3-S4LM0N closed 1 year ago

TH3-S4LM0N commented 1 year ago

It would be nice if this could somehow be optional but I'm not aware of a way to derive only if a crate feature.

whitequark commented 1 year ago

See https://stackoverflow.com/a/42551386/254415.

TH3-S4LM0N commented 1 year ago

I also made serdes version * so it should ignore its owns version in favor of the crate using its version.

whitequark commented 1 year ago

Thanks!