1 unstable release
0.1.0 | Oct 22, 2024 |
---|
#7 in #lists
157 downloads per month
49KB
My Parser
my first test parsing usage
my_parser_test_anastasiiachy
Features
- Parses lists of integers from strings.
- Uses PEG syntax for efficient parsing.
- Easy to integrate into other Rust projects.
Example
Ok([1, 1, 2, 3, 5, 8])
Installation
Add this to your Cargo.toml
:
[dependencies]
my_parser_test_anastasiiachy = "0.1.0"
Dependencies
~145KB