commit | 7a8da45bafcdc38a30874bd837fa06d6762c8ff9 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Wed Feb 07 09:30:05 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Feb 07 09:30:05 2024 +0000 |
tree | 919294d605d7361ac40c3deea144cdbcc5b9e114 | |
parent | 6453acf0b3d479544a778dfa6220650c4ea21922 [diff] | |
parent | 0c65325da3ac3393f0f225cb4d19c3f289fa3519 [diff] |
Upgrade winnow to 0.5.37 am: 0c65325da3 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/winnow/+/2950810 Change-Id: I55145a8a10e0ab9f1b818f711d277ec97f02fb8f 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.