#parser #university #input-file #parse-input #txt #output #run

app parser_zv

parser for a university project

1 unstable release

0.1.0 Oct 18, 2023

#7 in #university

MIT license

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

image

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and test them thoroughly.
  4. Submit a pull request with a clear description of the changes.

Dependencies

~145KB