#test #parser #programmers #i-m #super #picture #denys

bin+lib test_parser_denys

test parser by Denys

1 unstable release

0.1.0 Oct 17, 2024

#3 in #i-m

Download history 126/week @ 2024-10-17 3/week @ 2024-10-24

129 downloads per month

MIT license

625KB

Shvachka's parser (WOW!)

my test parser. i'm a super programmer!

my picture

Example

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

Dependencies