This PR addresses issue #12 by providing a compact_serde feature gate. This enables compact serialization for the types in the crate at the cost of an overhead when de-serializing.
It also reformats the structure of the files by extracting serde functionality to a separate module for maintainability.
This PR addresses issue #12 by providing a
compact_serde
feature gate. This enables compact serialization for the types in the crate at the cost of an overhead when de-serializing. It also reformats the structure of the files by extractingserde
functionality to a separate module for maintainability.