A Minecraft protocol-compatible server written from scratch in Rust.
Go to file
James T. Martin 5aa93b97d0
Overhaul GitHub workflow: fmt, lint, check, and build.
* Run a check for every target and feature combination.
* Build natively for every target.
2020-07-26 16:01:29 -07:00
.github/workflows Overhaul GitHub workflow: fmt, lint, check, and build. 2020-07-26 16:01:29 -07:00
src Apply suggested rustfmt and clippy changes. 2020-07-26 15:15:52 -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 Overhaul GitHub workflow: fmt, lint, check, and build. 2020-07-26 16:01:29 -07:00
Cargo.toml Make into optional features: authentication, compression, encryption. 2020-07-26 14:33:51 -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
rustfmt.toml Apply suggested rustfmt and clippy changes. 2020-07-26 15:15:52 -07:00