#parser #numbers #list #educational #poc-screenshot

bin+lib my_parser_kma_group_1_LUMiNAX

A parser for lists of numbers

1 unstable release

0.1.0 Oct 17, 2024

#16 in #educational

MIT license

24KB

My Parser

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