#string-parser #syntax #integer #list #projects #testing #description

bin+lib my_parser_test_anastasiiachy

some interesting description

1 unstable release

0.1.0 Oct 22, 2024

#9 in #lists

MIT license

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

~140KB