• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

benches/25-Apr-2025-492433

examples/25-Apr-2025-4,5553,557

src/25-Apr-2025-25,50715,843

.cargo-checksum.jsonD25-Apr-20258.3 KiB11

Android.bpD25-Apr-2025696 2925

Cargo.lockD25-Apr-202536.5 KiB1,4231,261

Cargo.tomlD25-Apr-20254.6 KiB261216

LICENSED25-Apr-20251,023 1916

LICENSE-MITD25-Apr-20251,023 1916

METADATAD25-Apr-2025388 1817

MODULE_LICENSE_MITD25-Apr-20250

README.mdD25-Apr-20251.4 KiB2820

cargo_embargo.jsonD25-Apr-202599 98

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