netherite-derive 0.1.0

Derive macros for the netherite crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Netherite ![docs.rs]https://img.shields.io/docsrs/netherite

<img src=".github/netherite.webp" align="right" width="100">

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.