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:
[]
= "0.1.0"