rust-bakery / nom

Rust parser combinator framework
MIT License
9.18k stars 792 forks source link

make many extend into other collections that Vec #1621

Closed Geal closed 1 year ago

Geal commented 1 year ago

Fix #1409

This will likely remove the optimizatio of preallocating vector capacity, but we can get this back with a wrapper type if needed, and being able to created directly a hashmap or other collections instead of going through a vec first will be way more useful

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3943758788


Files with Coverage Reduction New Missed Lines %
src/traits.rs 8 62.79%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 3924923584: -0.3%
Covered Lines: 1547
Relevant Lines: 2491

💛 - Coveralls