Simple reuse of parse lib
Education purpose to implement of simple parser by using external creat
Usage
use *;
Education purpose to implement of simple parser by using external creat
use my_parser_hVpo32Dds::*;
pub fn main() {
println!("{:?}", list_parser::list("[1,1,2,3,5,8]"));
}