[automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: b13d6e6e8e -s ours

am skip reason: Merged-In I55145a8a10e0ab9f1b818f711d277ec97f02fb8f with SHA-1 7a8da45baf is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/winnow/+/27144859

Change-Id: Ic01cb232ca70f4555d088907b826cd8accb79aa3
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 919294d605d7361ac40c3deea144cdbcc5b9e114
  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. cargo_embargo.json
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_MIT
  13. OWNERS
  14. 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.