winnow 1.0.2

A byte-oriented, zero-copy, parser combinators library
Documentation
1
2
3
4
5
//! # json
//!
//! ```rust,ignore
#![doc = include_str!("../../examples/json/parser_dispatch.rs")]
//! ```