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

chore: cleanups and serde feature #20

Merged
merged 13 commits into from
Dec 19, 2023
Merged

chore: cleanups and serde feature #20

merged 13 commits into from
Dec 19, 2023

Conversation

dilawar
Copy link
Contributor

@dilawar dilawar commented Dec 19, 2023

  • Add serde support but hide it behind feature serde
  • Cleanup in API. len and capacity are mapped to vec.len() and vec.capacity().
  • Other minor cleanups.
  • Moved all tests to /tests
  • Moved example to examples/. Removed duplicate examples.
  • Limit many functions visibility to private. more to come in next PR.

cc: @purnatag

@dilawar dilawar requested a review from sn99 December 19, 2023 09:51
@dilawar dilawar self-assigned this Dec 19, 2023
@dilawar dilawar added the enhancement New feature or request label Dec 19, 2023
@dilawar
Copy link
Contributor Author

dilawar commented Dec 19, 2023

@sn99 I am merging it since i need it a bit urgently.

@dilawar dilawar merged commit 3708b9a into master Dec 19, 2023
@dilawar dilawar deleted the feat_0.6.0 branch December 19, 2023 10:23
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.

1 participant