Crates.io | mycraft |
lib.rs | mycraft |
version | 0.1.0 |
source | src |
created_at | 2020-08-19 07:51:43.925283 |
updated_at | 2020-08-19 07:51:43.925283 |
description | A custom Minecraft server framework |
homepage | https://github.com/zynaxsoft/mycraft-rs |
repository | https://github.com/zynaxsoft/mycraft-rs |
max_upload_size | |
id | 278123 |
size | 163,380 |
A custom Minecraft server written in Rust from scratch driven by async_std
. The main purpose of this project
is to teach myself an example of how game server and client interact and how the server is made.
The sub-goal of this project is to make it as a framework such that other people can build a ground-up bare-bone custom Minecraft server.
Any suggestions and feedback is very welcome.
All of the knowledge thanks to the wonderful Minecraft protocol wiki page.
Got some hint from feather-rs.