commit | 6453acf0b3d479544a778dfa6220650c4ea21922 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Thu Nov 09 17:47:49 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Nov 09 17:47:49 2023 +0000 |
tree | 24c33937c4c736457a9a19c10749989bbfdf1c4f | |
parent | 569fc2f2f919ae8b79103cbee3440b4bafaebafe [diff] | |
parent | ac60f699f3d91c9510875a7e73e55f3735ae1976 [diff] |
Migrate to cargo_embargo. am: 314cf921a6 am: d5bda9ec9d am: ac60f699f3 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/winnow/+/2822518 Change-Id: Ie3b167f088ee85445b6f2cbfdbbea4ba35d77e90 Signed-off-by: Automerger Merge Worker <[email protected]>
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.