Crates.io | mcrs |
lib.rs | mcrs |
version | 0.1.1 |
source | src |
created_at | 2024-10-13 10:47:05.519534 |
updated_at | 2024-10-15 01:33:09.750032 |
description | A library to interface with Minecraft |
homepage | |
repository | https://github.com/dxrcy/mcrs |
max_upload_size | |
id | 1407266 |
size | 74,078 |
A rust rewrite of mcpp, a library to interface with Minecraft.
let mut mc = mcrs::Connection::new().unwrap();
mc.post_to_chat("Hello world!").unwrap();