Find a file
2021-03-25 18:53:01 +01:00
.github/workflows Update rust.yml 2021-03-04 13:05:21 +01:00
src Added Player struct with implementation for get_player_pos() and set_player_pos(), added player() method on the Minecraft struct, added two tests base.rs for functions in the Minecraft struct and player.rs for functions in the Player struct 2021-03-21 16:56:19 +01:00
tests Changed import in base test 2021-03-25 18:53:01 +01:00
.gitignore Added basic structure and post_to_chat() function 2021-02-09 12:30:20 +01:00
Cargo.toml Added basic structure and post_to_chat() function 2021-02-09 12:30:20 +01:00
README.md Create README.md 2021-02-12 09:49:54 +01:00

Minecraft Pi Edition API for Rust

This project ports the MCPI API to rust!