Update Android.bp by running cargo_embargo am: c79d2d3181 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/winnow/+/3209392 Change-Id: Idc694caef8ddef5f8816575dab89ef3656c3fa18 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 
tree: 1727644ac6e657059d680e6f4fc882303f1fc73c
  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.