Closed Walther closed 4 years ago
Currently, there's a lot of serde Deserialize and Serialize derive macros across the project. Additionally, the project specifies serde features for some dependencies, as well as builds serde itself into the binary.
serde
Deserialize
Serialize
These should be cleaned up / removed, and a better approach or a new attempt should be made in terms of https://github.com/Walther/clovers/issues/6
Fixed by https://github.com/Walther/clovers/pull/30
Currently, there's a lot of
serde
Deserialize
andSerialize
derive macros across the project. Additionally, the project specifiesserde
features for some dependencies, as well as buildsserde
itself into the binary.These should be cleaned up / removed, and a better approach or a new attempt should be made in terms of https://github.com/Walther/clovers/issues/6