.github/workflows | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
README.md |
Minecraft Pi Edition API for Rust
This project ports the MCPI API to rust!
Examples
Hello world!
use mcpi_api::create;
let mut mc = create("localhost:4711");
mc.post_to_chat("Hello World!")