Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winnow-rs/winnow
Making parsing a breeze
https://github.com/winnow-rs/winnow
Last synced: 5 days ago
JSON representation
Making parsing a breeze
- Host: GitHub
- URL: https://github.com/winnow-rs/winnow
- Owner: winnow-rs
- License: other
- Created: 2022-10-11T13:31:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T02:35:34.000Z (21 days ago)
- Last Synced: 2024-11-01T13:39:02.475Z (10 days ago)
- Language: Rust
- Homepage: https://docs.rs/winnow
- Size: 11.9 MB
- Stars: 555
- Watchers: 5
- Forks: 42
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# winnow, making parsing a breeze
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Build Status](https://github.com/winnow-rs/winnow/actions/workflows/ci.yml/badge.svg)](https://github.com/winnow-rs/winnow/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/winnow-rs/winnow/badge.svg?branch=main)](https://coveralls.io/github/winnow-rs/winnow?branch=main)
[![Crates.io Version](https://img.shields.io/crates/v/winnow.svg)](https://crates.io/crates/winnow)## About
Build up a parser for your format of choice with the building blocks provided by `winnow`.
For more details, see:
- [Tutorial](https://docs.rs/winnow/latest/winnow/_tutorial/index.html)
- [Special Topics](https://docs.rs/winnow/latest/winnow/_topic/index.html)
- [Why winnow? How does it compare to ...?](https://docs.rs/winnow/latest/winnow/_topic/why/index.html)
- [API Reference](https://docs.rs/winnow)
- [List of combinators](https://docs.rs/winnow/latest/winnow/combinator/index.html)# 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).