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(input): Blankt impl for all slices #111

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Conversation

epage
Copy link
Collaborator

@epage epage commented Feb 1, 2023

This does not help with Compare (because of ignore case) and FindSlice (memchr).

Inspired by rust-bakery/nom#1482

This does not help with `Compare` (because of ignore case) and `FindSlice` (`memchr`).

Inspired by rust-bakery/nom#1482
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4068794753

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 58.123%

Files with Coverage Reduction New Missed Lines %
src/character/complete.rs 1 81.45%
src/input.rs 2 38.81%
Totals Coverage Status
Change from base Build 4068732326: 0.0%
Covered Lines: 1685
Relevant Lines: 2899

💛 - Coveralls

@epage epage merged commit 12733b8 into winnow-rs:main Feb 1, 2023
@epage epage deleted the token branch February 1, 2023 21:27
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

2 participants