Crates.io | chat_commands_parcer |
lib.rs | chat_commands_parcer |
version | 0.1.0 |
source | src |
created_at | 2024-11-06 18:22:54.853384 |
updated_at | 2024-11-06 18:22:54.853384 |
description | 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. |
homepage | |
repository | |
max_upload_size | |
id | 1438664 |
size | 53,481 |
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.