#parser #first #education #alt #text

bin+lib volodymyr_havryliuk_ukma_parser

My first custom parser on Rust programming language

1 unstable release

0.1.0 Oct 17, 2024

#7 in #alt

Download history 125/week @ 2024-10-15 6/week @ 2024-10-22

131 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