winnow-rs / winnow

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

Backport v0.6 changes #455

Closed epage closed 7 months ago

epage commented 7 months ago

In looking over these, changes, we should make the core of these are available in v0.5.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7804833348


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/binary/bits/mod.rs 2 3 66.67%
src/stream/mod.rs 7 28 25.0%
<!-- Total: 14 36 38.89% -->
Files with Coverage Reduction New Missed Lines %
src/lib.rs 1 16.67%
src/ascii/mod.rs 3 53.05%
src/stream/mod.rs 9 23.56%
<!-- Total: 13 -->
Totals Coverage Status
Change from base Build 7762173907: -0.5%
Covered Lines: 1311
Relevant Lines: 3171

💛 - Coveralls