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