#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

#4 in #i-m

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