my_parser_kma_poko 0.1.0

just trying to do the task
Documentation
1
2
3
4
use my_parser_kma_poko::*;
pub fn main() {
    println!("{:?}", list_parser::list("[1,1,2,3,5,8]"));
}