#parser #description #educational #ok

bin+lib my_parser_ArtemiiK

My parser's description

2 releases

0.1.1 Oct 17, 2024
0.1.0 Oct 17, 2024

#3 in #ok

MIT license

4KB

My parser

My parser for educational purposes. Ok([1, 1, 2, 3, 5, 8])

Example

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

Dependencies

~145KB