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 SplitByteSlice::split_at_unchecked #1071

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Add SplitByteSlice::split_at_unchecked #1071

merged 2 commits into from
Apr 18, 2024

Commits on Apr 15, 2024

  1. Add SplitByteSlice::split_at_unchecked

    Given the importance of avoiding panic paths to some of our
    customers, we should, as a rule, avoid only offering (or relying
    upon) APIs with panic paths.
    
    Related to #202
    jswrenn committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    074a18f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    f8031cf View commit details
    Browse the repository at this point in the history