Source code

Revision control

Copy as Markdown

Other Tools

# winnow, making parsing a breeze
## About
Build up a parser for your format of choice with the building blocks provided by `winnow`.
For more details, see:
- [Why winnow? How does it compare to ...?](https://docs.rs/winnow/latest/winnow/_topic/why/index.html)
- [API Reference](https://docs.rs/winnow)
# Contributors
winnow is the fruit of the work of many contributors over the years, many
thanks for your help! In particular, thanks to [Geal](https://github.com/Geal)
for the original [`nom` crate](https://crates.io/crates/nom).
</a>