modular-bitfield icon indicating copy to clipboard operation
modular-bitfield copied to clipboard

Implement serde derives replacement

Open jam1garner opened this issue 2 years ago • 2 comments

Currently the easiest way to serialize/deserialize modular-bitfields using serde is by converting to/from another struct when serializing/deserializing. Ideally this could be handled automatically by modular-bitfield similarly to Debug impls (see #32).

I'd be willing to handle implementation, however I'd appreciate thoughts on if this is an acceptable feature for inclusion and if so any thoughts on how you like it to be implemented.

jam1garner avatar Aug 29 '21 01:08 jam1garner