1 unstable release
0.1.0 | Oct 21, 2024 |
---|
#17 in #educational
164 downloads per month
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
A brief description of your crate
0.1.0 | Oct 21, 2024 |
---|
#17 in #educational
164 downloads per month
38KB
my parser for educational purpose
assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));
~140KB