clementwanjau / tree-ds

Tree data-structure in rust.
https://docs.rs/tree-ds
MIT License
5 stars 2 forks source link

Added the `compact serde` feature. #13

Closed clementwanjau closed 3 months ago

clementwanjau commented 3 months ago

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.