#parser #description #brief #educational #picture #text

bin+lib practice3chjhy3rpy2uz

A brief description of a simple parser

1 unstable release

0.1.0 Oct 17, 2024

#5 in #brief

Download history 112/week @ 2024-10-13 23/week @ 2024-10-20 1/week @ 2024-10-27 3/week @ 2024-11-03

139 downloads per month

MIT license

55KB

My Parser

Description

Parser for educational purposes

Example

let v = list_parser::list("[1,1,2,3,5,8]");
assert_eq!(&v, &Ok(vec![1, 1, 2, 3, 5, 8]));
println!("parsed: {:#?}", v.unwrap());

Dependencies

~140KB