#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

#7 in #lists

Download history 150/week @ 2024-10-21 4/week @ 2024-10-28 3/week @ 2024-11-04

157 downloads per month

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

~145KB