Benjamin Givens 41c185fcb1 Depend directly on proc_macro2 for Span
The latest version of syn no longer exports the Span type in the
way protocol-derive expected. This means that new users will get
a compile error saying "could not find `export` in `syn`". By
depending on proc_macro2 for the definition of Span, this is
easily resolved.
2021-05-01 15:39:45 -04:00
2019-12-30 15:19:12 +03:00
2019-12-23 22:40:04 +03:00
2019-12-23 22:39:33 +03:00
2019-11-15 20:17:05 +03:00
2020-01-09 22:23:18 +03:00

minecraft-protocol

crates.io Build Status codecov

Library for decoding and encoding Minecraft packets

Description
Library for decoding and encoding Minecraft packets
Readme MIT 304 KiB
Languages
Rust 100%