aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 365fed9d8539ac3a9f29dd97918c70edf7aed932 (plain)
1
2
3
4
5
6
7
8
9
10
# mcproto-rs

This is an implementation of serialization and deserialization of the minecraft protocol.

This crate can be used to implement any version of the minecraft protocol, and has an example implementation of version 
1.15.2 included as module `v1_15_2`.

To implement your own protocol, consult this example, and use the macros to define a protocol to your heart's content!

More documentation to come, just dumping the code since I finished it.