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

Refactor bits::Slice and bits::Iter to reduce number of unsafe blocks #6

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

mina86
Copy link
Collaborator

@mina86 mina86 commented Aug 23, 2023

The biggest change is introduction of Slice::split_at method which is
then used by other methods (such as starts_with, pop_back_slice
etc.). This allows number of unsafe blocks to be reduced.

@mina86 mina86 requested a review from blasrodri August 23, 2023 01:35
The biggest change is introduction of Slice::split_at method which is
then used by other methods (such as starts_with, pop_back_slice etc.).
This allows number of unsafe blocks to be reduced.
@mina86
Copy link
Collaborator Author

mina86 commented Aug 28, 2023

Friendly ping.

@mina86 mina86 merged commit 128350c into master Aug 28, 2023
3 checks passed
@mina86 mina86 deleted the mpn/a branch August 28, 2023 12:03
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.

2 participants