Crates.io | mc_chat |
lib.rs | mc_chat |
version | 0.3.0 |
source | src |
created_at | 2021-10-13 21:34:28.08954 |
updated_at | 2021-10-30 15:59:12.723827 |
description | A crate aimed to provide easy-to-use Rust objects to work with Minecraft's raw JSON message format |
homepage | |
repository | https://github.com/GrizzlT/MinecraftChatRust |
max_upload_size | |
id | 464671 |
size | 35,417 |
This rust crate aims to provide an easy-to-use object hierarchy to manage raw JSON-messages sent over the minecraft protocol.
Serialization and Deserialization is done using serde (such a nice library! ❤️).
Using a version indication, different styles are automatically ignored for older versions.
To depend on mc_chat
, use:
[dependencies]
mc_chat = "0.3"
To enable serialization/deserialization support, use:
[dependencies]
mc_chat = { version = "0.3", features = ["serde"] }
Please feel free to contribute to this repository. Any help is welcome!
(I'm also pretty sure there are some people out there who know how to improve this crate by a bunch, so any advice is appreciated!)