A Minecraft protocol-compatible server written from scratch in Rust.
Go to file
James T. Martin 60c9a48293
Got encryption working! It's ugly, but it works. Cleanup tomorrow.
2020-07-26 02:05:49 -07:00
.github/workflows Added PacketData trait to allow serializing any data types. 2020-07-24 18:20:07 -07:00
src Got encryption working! It's ugly, but it works. Cleanup tomorrow. 2020-07-26 02:05:49 -07:00
.editorconfig The server successfully responds to status pings. 2020-07-23 23:32:46 -07:00
.gitignore Got encryption working! It's ugly, but it works. Cleanup tomorrow. 2020-07-26 02:05:49 -07:00
Cargo.lock Got encryption working! It's ugly, but it works. Cleanup tomorrow. 2020-07-26 02:05:49 -07:00
Cargo.toml Got encryption working! It's ugly, but it works. Cleanup tomorrow. 2020-07-26 02:05:49 -07:00
LICENSE.txt Add license (GPLv3+). 2020-07-23 23:40:43 -07:00
rust-toolchain Added PacketData trait to allow serializing any data types. 2020-07-24 18:20:07 -07:00