It would be great to make each struct serializable and deserializable with serde.
I started work on a new branch but I'm not sure how the use statements should be handled. I how see they're generated for field types, is it possible to do the same thing for derive statements?
https://github.com/Raflos10/autostruct/tree/serde-framework
It would be great to make each struct serializable and deserializable with serde.
I started work on a new branch but I'm not sure how the use statements should be handled. I how see they're generated for field types, is it possible to do the same thing for derive statements?
https://github.com/Raflos10/autostruct/tree/serde-framework