winnow-rs / winnow

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

fix(stream): Allow knowing the end of the range #463

Closed epage closed 7 months ago

epage commented 7 months ago

This would allow for inclusive take_until

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7818192030


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/token/mod.rs 5 10 50.0%
src/stream/mod.rs 5 54 9.26%
<!-- Total: 10 64 15.63% -->
Files with Coverage Reduction New Missed Lines %
src/ascii/mod.rs 2 53.87%
src/stream/mod.rs 3 26.11%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 7817932461: -0.1%
Covered Lines: 1316
Relevant Lines: 3089

💛 - Coveralls