Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the compact serde feature. #13

Merged
merged 11 commits into from
Jul 9, 2024
Merged

Conversation

clementwanjau
Copy link
Owner

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.

@clementwanjau clementwanjau self-assigned this Jul 9, 2024
@clementwanjau clementwanjau added the enhancement New feature or request label Jul 9, 2024
@clementwanjau clementwanjau merged commit 8c6d2d7 into master Jul 9, 2024
6 checks passed
@clementwanjau clementwanjau deleted the feature/compact_serde branch July 9, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant