#api #minecraft #edition #aspects #parser #raspberry-pi #mcpi

mcpi_api

Wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you

4 releases

0.2.2 Apr 27, 2021
0.2.1 Apr 27, 2021
0.1.1 Apr 6, 2021
0.1.0 Apr 3, 2021

#729 in Games

MIT/Apache

12KB
192 lines

Minecraft Pi Edition API for Rust

This project ports the MCPI API to rust!

How to install

Simply install this by adding mcpi_api = "0.2.2" to your Cargo.toml

Examples

Hello world!

use mcpi_api::create;
let mut  mc = create("localhost:4711");
mc.post_to_chat("Hello World!")

lib.rs:

MCPI API

mcpi_api is a wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you.

No runtime deps