### My Parser my first test parsing usage ![text](image.png) ### 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`: ```toml [dependencies] my_parser_test_anastasiiachy = "0.1.0"