my_parser_sofia 0.1.0

my firts rust parser
Documentation
1
2
3
4
5
use my_parser_sofia::list_parser;

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