Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
27
third-party/vendor/winnow/README.md
vendored
Normal file
27
third-party/vendor/winnow/README.md
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# winnow, making parsing a breeze
|
||||
|
||||
[](LICENSE)
|
||||
[](https://github.com/winnow-rs/winnow/actions/workflows/ci.yml)
|
||||
[](https://coveralls.io/github/winnow-rs/winnow?branch=main)
|
||||
[](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).
|
||||
|
||||
<a href="https://github.com/winnow-rs/winnow/graphs/contributors">
|
||||
<img src="https://contributors-img.web.app/image?repo=winnow-rs/winnow" />
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue