1 2 3 4 5
use my_parser_sofia::list_parser; pub fn main() { println!("{:?}", list_parser::list("[1,1,2,3,5,8454678]")); }