winnow-rs / winnow

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

fix(ascii): Clarify till_line_ending is take_till #438

Closed epage closed 9 months ago

epage commented 9 months ago

The not_* naming schema is confusing that its "all characters up to".

My hope is this rename will clarify that. I left out take for brevity.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7663160634


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ascii/mod.rs 4 5 80.0%
<!-- Total: 4 5 80.0% -->
Files with Coverage Reduction New Missed Lines %
src/ascii/mod.rs 3 52.33%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 7663019971: -0.1%
Covered Lines: 1277
Relevant Lines: 2934

💛 - Coveralls