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

bin+lib practice3chjhy3rpy2uz

A brief description of a simple parser

1 unstable release

new 0.1.0 Oct 17, 2024

#4 in #brief

Download history 122/week @ 2024-10-14

122 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

~145KB