Crates.io | my_parser_kma_group_test_1234567890 |
lib.rs | my_parser_kma_group_test_1234567890 |
version | 0.1.0 |
source | src |
created_at | 2024-10-21 15:25:49.762384 |
updated_at | 2024-10-21 15:25:49.762384 |
description | A brief description of your crate |
homepage | |
repository | |
max_upload_size | |
id | 1417648 |
size | 39,971 |
my parser for educational purpose
assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));