winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
525 stars 40 forks source link

fix: Rename `tag` parsers to `literal` and `pattern` #454

Closed epage closed 7 months ago

epage commented 7 months ago

tag refers to specific patterns in binary parsing (tag-length-value encoding). literal and pattern are a bit more universally applicable.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7804615368


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ascii/mod.rs 4 5 80.0%
src/binary/bits/mod.rs 1 2 50.0%
src/token/mod.rs 6 7 85.71%
src/parser.rs 1 6 16.67%
src/stream/mod.rs 6 24 25.0%
<!-- Total: 18 44 40.91% -->
Files with Coverage Reduction New Missed Lines %
src/ascii/mod.rs 1 53.87%
src/token/mod.rs 1 77.3%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 7804351065: 0.01%
Covered Lines: 1316
Relevant Lines: 3084

💛 - Coveralls