Confidential guide on numerology and astrology, based of GG33 Public information

McProto-Rs
生锈中的我的世界协议
3 years
Works with Finder
7
Github Watches
21
Github Forks
111
Github Stars
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.
Usage:
[dependencies]
mcproto-rs = "0.2.0"
#![no_std]
You can use this crate without the standard library (but requiring alloc
) by setting default-features = false
in
your Cargo.toml. This will only disable the UUID4::random()
function, which requires OsRandom
to generate a random UUID.
相关推荐
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Delivers concise Python code and interprets non-English comments
Reviews

user_hB8fldQi
I've been using mcproto-rs by Twister915 and it has significantly improved my projects. Its seamless integration and robust design make handling Minecraft protocol a breeze. The comprehensive documentation and active GitHub repository at https://github.com/Twister915/mcproto-rs are invaluable resources. Highly recommended for anyone working with Minecraft protocols!