A Minecraft protocol-compatible server written from scratch in Rust.
Go to file
James T. Martin 0b5d3c026f
Added PacketData trait to allow serializing any data types.
2020-07-24 18:20:07 -07:00
.github/workflows Added PacketData trait to allow serializing any data types. 2020-07-24 18:20:07 -07:00
src Added PacketData trait to allow serializing any data types. 2020-07-24 18:20:07 -07:00
.editorconfig The server successfully responds to status pings. 2020-07-23 23:32:46 -07:00
.gitignore The server successfully responds to status pings. 2020-07-23 23:32:46 -07:00
Cargo.lock Begin work on improving network packet abstractions. 2020-07-24 11:16:37 -07:00
Cargo.toml Begin work on improving network packet abstractions. 2020-07-24 11:16:37 -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