An open API service indexing awesome lists of open source software.

https://github.com/bra1l0r/netherite-rs

Tokio implementation of the Minecraft Protocol with derive macros
https://github.com/bra1l0r/netherite-rs

mcprotocol minecraft protocol rust tokio

Last synced: about 1 month ago
JSON representation

Tokio implementation of the Minecraft Protocol with derive macros

Awesome Lists containing this project

README

        

# Netherite [![docs.rs](https://img.shields.io/docsrs/netherite)](https://docs.rs/netherite)

Netherite is a crate implementing the essential building blocks of the Minecraft protocol.

Like a netherite ingot, it enables you to build your tools by yourself, offering traits and methods
for implementing your very own data types and packets.

This is because the Minecraft protocol is always changing, and a fixed, up-to-date implementation is
really hard to maintain.