#parser #first #education #alt #text

bin+lib volodymyr_havryliuk_ukma_parser

My first custom parser on Rust programming language

1 unstable release

new 0.1.0 Oct 17, 2024

#6 in #alt

Download history 123/week @ 2024-10-14

123 downloads per month

MIT license

28KB

My first parser

my parser for education purpose

Example

      assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));

Dependencies

~145KB