chat_commands_parcer

Crates.iochat_commands_parcer
lib.rschat_commands_parcer
version0.1.0
sourcesrc
created_at2024-11-06 18:22:54.853384
updated_at2024-11-06 18:22:54.853384
descriptionThe theme of the parcer is a command like input in the enviroment like chats of different social apps (Discord, Telegram) It parces users input-commands in format: /command_name|identifier (arguments)* I had problems understanding how to work with Makefile This application is a parser built with Rust using the `pest`. It takes command-line input, parses it and displays structured information about the input.
homepage
repository
max_upload_size
id1438664
size53,481
(Kasgor)

documentation

README

Chat commands Parser

The theme of the parcer is a command like input in the enviroment like chats of different social apps (Discord, Telegram) It parces users input-commands in format: /command_name|identifier (arguments)*

I had problems understanding how to work with Makefile

This application is a parser built with Rust using the pest. It takes command-line input, parses it and displays structured information about the input.

alt text

Commit count: 0

cargo fmt