parser_zv

Crates.ioparser_zv
lib.rsparser_zv
version0.1.0
sourcesrc
created_at2023-10-18 13:12:58.416219
updated_at2023-10-18 13:12:58.416219
descriptionparser for a university project
homepage
repository
max_upload_size
id1006743
size8,214
Bogdan Zveriok (elbeasto31)

documentation

README

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.
Commit count: 0

cargo fmt