Crates.io | parser_zv |
lib.rs | parser_zv |
version | 0.1.0 |
source | src |
created_at | 2023-10-18 13:12:58.416219 |
updated_at | 2023-10-18 13:12:58.416219 |
description | parser for a university project |
homepage | |
repository | |
max_upload_size | |
id | 1006743 |
size | 8,214 |
This Rust parser is a part of my university project, designed to parse something
To use this parser, follow these steps:
$ git clone https://github.com/elbeasto31/rust_parser.git $ cd rust_parser $ cargo build`
$ cargo run --input input_file.txt
Example 1: Basic Usage
$ cargo run --input input.txt --output output.txt
If you'd like to contribute to this project, please follow these guidelines: