redchuk_parser 0.1.0

My first public crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
### My parser


This is my parser for educational purposes

![some image](image.png)

### Example


```rust
    println!("{:?}", list_parser::list("[1, 2, 2, 3, 5, 7]"));
```