1 unstable release
0.1.0 | Oct 18, 2023 |
---|
#14 in #university
4KB
Rust Parser
Table of Contents
Description
This Rust parser is a part of my university project, designed to parse something
Installation
To use this parser, follow these steps:
$ git clone https://github.com/elbeasto31/rust_parser.git $ cd rust_parser $ cargo build`
Usage
$ cargo run --input input_file.txt
Examples
Example 1: Basic Usage
$ cargo run --input input.txt --output output.txt
Contributing
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test them thoroughly.
- Submit a pull request with a clear description of the changes.
Dependencies
~140KB