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

bin+lib my_parser_kma_group_test_1234567890

A brief description of your crate

1 unstable release

0.1.0 Oct 21, 2024

#19 in #brief

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