| Crates.io | my_parser_kma_group_1_danylov |
| lib.rs | my_parser_kma_group_1_danylov |
| version | 0.1.0 |
| created_at | 2025-10-22 20:15:22.53116+00 |
| updated_at | 2025-10-22 20:15:22.53116+00 |
| description | A brief description of your crate |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1896222 |
| size | 3,445 |
Короткий опис: Парсер на Rust
![]()
fn main() {
let input = "example input";
println!("Parsing: {}", input);
}