| commit | bafd2b780539796a952dcb7d23b46eac9be42345 | [log] [tgz] |
|---|---|---|
| author | James Farrell <jamesfarrell@google.com> | Tue Aug 06 22:10:09 2024 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Aug 06 22:10:09 2024 +0000 |
| tree | 1727644ac6e657059d680e6f4fc882303f1fc73c | |
| parent | 2cf25ce4afaedf4e4ab6bfd24101baa2fc251ce2 [diff] | |
| parent | c79d2d3181208d057600ef618af83a86b29377e5 [diff] |
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>
Build up a parser for your format of choice with the building blocks provided by winnow.
For more details, see:
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.