my_parser_striletska 0.1.1

A simple parser, that parses lists of integers from string format
Documentation
[[bin]]
name = "my_parser_striletska"
path = "src/main.rs"

[dependencies.peg]
version = "0.8.4"

[lib]
name = "my_parser_striletska"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple parser, that parses lists of integers from string format"
edition = "2021"
license = "MIT"
name = "my_parser_striletska"
readme = "README.md"
repository = "https://github.com/KatyaStriletska/my-first-parser"
version = "0.1.1"