my_parser_practice_3_2 0.1.0

My fisrt parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.peg]
version = "0.8.2"

[package]
description = "My fisrt parser"
documentation = "https://docs.rs/my_parser_practice_3"
edition = "2021"
homepage = "https://github.com/vladyslavBrothervinn/my_parser_practice_3"
include = ["src/**/*"]
license = "MIT"
name = "my_parser_practice_3_2"
readme = "README.md"
repository = "https://github.com/vladyslavBrothervinn/my_parser_practice_3"
version = "0.1.0"