1 unstable release
0.1.0 | Oct 17, 2024 |
---|
#16 in #educational
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
A parser for lists of numbers
0.1.0 | Oct 17, 2024 |
---|
#16 in #educational
24KB
Parser for educational purpose
assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));
~140KB