my_parser_test_anastasiiachy 0.1.0

some interesting description
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 51.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nxxtia

My Parser

my first test parsing usage

text

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"