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

bin+lib test_parser_denys

test parser by Denys

1 unstable release

new 0.1.0 Oct 17, 2024

#1 in #i-m

Download history 101/week @ 2024-10-12

101 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