tetsu

Crates.iotetsu
lib.rstetsu
version0.0.1
sourcesrc
created_at2021-05-07 11:04:02.9112
updated_at2021-05-09 11:08:30.852898
descriptionA highly experimental version agnostic implementation of Minecraft's server protocols.
homepage
repositoryhttps://github.com/schctl/tetsu/
max_upload_size
id394211
size96,295
Sachin Cherian (schctl)

documentation

README

Tetsu

GitHub Workflow Status Crates.io Crates.io

Tetsu is a highly experimental version agnostic implementation of Minecraft's server protocols written in Rust. I'm currently trying to make this work with server versions 1.8.* and 1.16.*.

Plans

The next few immediate goals for Tetsu are:

  • Implementing all Play packets for version 47 of the protocol.
  • Minimizing the dependency list.
  • A more robust way to implement packets.

Note: Some of the packet serialization code was referenced from Stevenarella .

Commit count: 44

cargo fmt