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

feat(bytestring): split_at method #619

Merged
merged 4 commits into from
Nov 24, 2024
Merged

feat(bytestring): split_at method #619

merged 4 commits into from
Nov 24, 2024

Conversation

robjtede
Copy link
Member

@robjtede robjtede commented Nov 23, 2024

PR Type

Feature

PR Checklist

Check your PR fulfills the following:

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt

Overview

ByteString::split_at that acts like str::split_at but doesn't require any copying

@robjtede robjtede added the enhancement New feature or request label Nov 23, 2024
@robjtede robjtede force-pushed the bytestring-split-at branch from 3bf3b5c to 9d022d2 Compare November 23, 2024 23:44
@robjtede robjtede marked this pull request as ready for review November 23, 2024 23:44
@robjtede robjtede force-pushed the bytestring-split-at branch from 9d022d2 to 2af391e Compare November 23, 2024 23:44
@robjtede robjtede force-pushed the bytestring-split-at branch from 295de68 to b8f0476 Compare November 24, 2024 00:07
@robjtede robjtede force-pushed the bytestring-split-at branch from b8f0476 to d1b172a Compare November 24, 2024 00:15
@robjtede robjtede enabled auto-merge November 24, 2024 00:50
@robjtede robjtede disabled auto-merge November 24, 2024 00:50
@robjtede robjtede merged commit 0e36c5f into master Nov 24, 2024
14 checks passed
@robjtede robjtede deleted the bytestring-split-at branch November 24, 2024 00:55
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