1 unstable release
0.1.0 | Oct 17, 2024 |
---|
#3 in #i-m
129 downloads per month
625KB
Shvachka's parser (WOW!)
my test parser. i'm a super programmer!
Example
assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));
0.1.0 | Oct 17, 2024 |
---|
#3 in #i-m
129 downloads per month
625KB
my test parser. i'm a super programmer!
assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));