| Crates.io | my_parser_hVpo32Dds |
| lib.rs | my_parser_hVpo32Dds |
| version | 0.1.2 |
| created_at | 2023-10-18 15:58:08.421395+00 |
| updated_at | 2023-10-18 16:02:57.879583+00 |
| description | Education purpose to implement of simple parser by using external creat |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1006904 |
| size | 4,246 |
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]"));
}