#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

#17 in #educational

Download history 128/week @ 2024-10-16 31/week @ 2024-10-23 1/week @ 2024-10-30 4/week @ 2024-11-06

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

~140KB