Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
benches/ | 25-Apr-2025 | - | 492 | 433 | ||
examples/ | 25-Apr-2025 | - | 4,555 | 3,557 | ||
src/ | 25-Apr-2025 | - | 25,507 | 15,843 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 8.3 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 696 | 29 | 25 | |
Cargo.lock | D | 25-Apr-2025 | 36.5 KiB | 1,423 | 1,261 | |
Cargo.toml | D | 25-Apr-2025 | 4.6 KiB | 261 | 216 | |
LICENSE | D | 25-Apr-2025 | 1,023 | 19 | 16 | |
LICENSE-MIT | D | 25-Apr-2025 | 1,023 | 19 | 16 | |
METADATA | D | 25-Apr-2025 | 388 | 18 | 17 | |
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 1.4 KiB | 28 | 20 | |
cargo_embargo.json | D | 25-Apr-2025 | 99 | 9 | 8 |
README.md
1# winnow, making parsing a breeze 2 3[](LICENSE) 4[](https://github.com/winnow-rs/winnow/actions/workflows/ci.yml) 5[](https://coveralls.io/github/winnow-rs/winnow?branch=main) 6[](https://crates.io/crates/winnow) 7 8## About 9 10Build up a parser for your format of choice with the building blocks provided by `winnow`. 11 12For more details, see: 13- [Tutorial](https://docs.rs/winnow/latest/winnow/_tutorial/index.html) 14- [Special Topics](https://docs.rs/winnow/latest/winnow/_topic/index.html) 15 - [Why winnow? How does it compare to ...?](https://docs.rs/winnow/latest/winnow/_topic/why/index.html) 16- [API Reference](https://docs.rs/winnow) 17- [List of combinators](https://docs.rs/winnow/latest/winnow/combinator/index.html) 18 19# Contributors 20 21winnow is the fruit of the work of many contributors over the years, many 22thanks for your help! In particular, thanks to [Geal](https://github.com/Geal) 23for the original [`nom` crate](https://crates.io/crates/nom). 24 25<a href="https://github.com/winnow-rs/winnow/graphs/contributors"> 26 <img src="https://contributors-img.web.app/image?repo=winnow-rs/winnow" /> 27</a> 28