| Crates.io | rbot-messages |
| lib.rs | rbot-messages |
| version | 0.1.1 |
| created_at | 2024-06-17 18:06:39.493913+00 |
| updated_at | 2024-08-01 16:19:21.785193+00 |
| description | The `rbot-messages` crate serves as the message handler for the Bot Beats game, containing all the message types to and from the game. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1274681 |
| size | 38,997 |
The rbot-messages crate serves as the message handler for the Bot Beats game, containing all the message types to and from the game. It includes functionalities for serializing and deserializing message types.
The primary role of this package is to operate discreetly in the background while the end user interacts with the bot crate.
dll/dylib), suitable for use in other languages via "C" bindings.To integrate this package into other projects or languages, it can be compiled into a dynamic library (dll/dylib) with compatible "C" bindings. For the average user, just use it through the bot crate.
To incorporate rbot-messages into your project, include it as a dependency in your Cargo.toml:
[dependencies]
rbot-messages = "0.1.0"
Contributions to enhance or expand the functionality of rbot-messages are welcome. Feel free to submit pull requests or raise issues on the GitHub repository.