#parser #description #brief #educational #alt #text

bin+lib my_parser_kma_group_test_1234567890

A brief description of your crate

1 unstable release

0.1.0 Oct 21, 2024

#21 in #educational

Download history 147/week @ 2024-10-19 12/week @ 2024-10-26 4/week @ 2024-11-02 1/week @ 2024-11-09

164 downloads per month

MIT license

38KB

My Parser

my parser for educational purpose

Example

assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));

Dependencies

~145KB