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

Commits on Aug 23, 2023

  1. Refactor bits::Slice and bits::Iter to reduce number of unsafe blocks

    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 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f287ad2 View commit details
    Browse the repository at this point in the history