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

Add v3-preview module gathering a few breaking changes #105

Merged
merged 1 commit into from
May 5, 2024
Merged

Conversation

ia0
Copy link
Owner

@ia0 ia0 commented May 5, 2024

This new module addresses the following breaking changes of #72:

  • static instead of const for pre-defined encodings
  • Private Encoding implementation with unsafe constructor
  • Use MaybeUninit internally and expose _uninit functions
  • Use static dispatch instead of dynamic dispatch (fixing Encoding::encode_mut is very code-size heavy  #97)

This new module addresses the following breaking changes of #72:
- `static` instead of `const` for pre-defined encodings
- Private `Encoding` implementation with `unsafe` constructor
- Use `MaybeUninit` internally and expose `_uninit` functions
- Use static dispatch instead of dynamic dispatch (fixing #97)
@ia0 ia0 added this to the v3.0.0 milestone May 5, 2024
@ia0 ia0 merged commit 2591b46 into main May 5, 2024
2 checks passed
@ia0 ia0 deleted the v3-preview branch May 5, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant