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
- Host: GitHub
- URL: https://github.com/bra1l0r/netherite-rs
- Owner: BRA1L0R
- License: gpl-3.0
- Created: 2023-06-14T17:10:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T15:10:36.000Z (5 months ago)
- Last Synced: 2025-03-24T15:13:40.048Z (2 months ago)
- Topics: mcprotocol, minecraft, protocol, rust, tokio
- Language: Rust
- Homepage:
- Size: 5 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.