readme update &

This commit is contained in:
MeexReay 2024-05-12 00:59:13 +03:00
parent ff2a575833
commit c1efb4d1ac

View File

@ -1,7 +1,9 @@
# rust_mc_proto
minecraft packets protocol in pure rust \
supports compression (`MinecraftConnection::set_compression`) \
all types of packets you can find on [wiki.vg](https://wiki.vg/)
all types of packets you can find on [wiki.vg](https://wiki.vg/) \
[![on crates]](https://crates.io/crates/rust_mc_proto)
[![on github]](https://github.com/MeexReay/rust_mc_proto)
## how to use it