• Home
Name Date Size #Lines LOC

..--

benches/04-Jul-2025-493434

examples/04-Jul-2025-4,5573,562

src/04-Jul-2025-26,75315,869

.android-checksum.jsonD04-Jul-20258.7 KiB11

.cargo-checksum.jsonD04-Jul-20258.3 KiB11

Android.bpD04-Jul-2025696 2925

Cargo.lockD04-Jul-202540.6 KiB1,5681,389

Cargo.tomlD04-Jul-20257 KiB360309

LICENSED04-Jul-20251,023 1916

LICENSE-MITD04-Jul-20251,023 1916

METADATAD04-Jul-2025388 1817

MODULE_LICENSE_MITD04-Jul-20250

README.mdD04-Jul-20251.4 KiB2820

cargo_embargo.jsonD04-Jul-2025125 99

README.md

1# winnow, making parsing a breeze
2
3[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4[![Build Status](https://github.com/winnow-rs/winnow/actions/workflows/ci.yml/badge.svg)](https://github.com/winnow-rs/winnow/actions/workflows/ci.yml)
5[![Coverage Status](https://coveralls.io/repos/github/winnow-rs/winnow/badge.svg?branch=main)](https://coveralls.io/github/winnow-rs/winnow?branch=main)
6[![Crates.io Version](https://img.shields.io/crates/v/winnow.svg)](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