Snap for 12397640 from 59fc148ab9348d44f83289c45b303cd268677044 to 24Q4-release

Change-Id: Ic15a77fc9c1daa445a7408a1415dc7aa391a804b
tree: e95c9e9008b40db11f3e2571a9042ad88d84a9f3
  1. benches/
  2. examples/
  3. src/
  4. .cargo_vcs_info.json
  5. Android.bp
  6. Cargo.lock
  7. Cargo.toml
  8. Cargo.toml.orig
  9. LICENSE-MIT
  10. METADATA
  11. MODULE_LICENSE_MIT
  12. OWNERS
  13. README.md
README.md

winnow, making parsing a breeze

LICENSE Build Status Coverage Status Crates.io Version

About

Build up a parser for your format of choice with the building blocks provided by winnow.

For more details, see:

Contributors

winnow is the fruit of the work of many contributors over the years, many thanks for your help! In particular, thanks to Geal for the original nom crate.