| Crates.io | mcpi_api |
| lib.rs | mcpi_api |
| version | 0.2.2 |
| created_at | 2021-04-03 15:47:40.972366+00 |
| updated_at | 2021-04-27 10:42:28.63825+00 |
| description | Wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you |
| homepage | |
| repository | https://github.com/MCPI-Revival/mcpi-api-rust |
| max_upload_size | |
| id | 378345 |
| size | 12,848 |
This project ports the MCPI API to rust!
Simply install this by adding mcpi_api = "0.2.2" to your Cargo.toml
Hello world!
use mcpi_api::create;
let mut mc = create("localhost:4711");
mc.post_to_chat("Hello World!")