
mcproto-rs
Minecraft Protocol in Rust
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.
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
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.
Advanced software engineer GPT that excels through nailing the basics.
Delivers concise Python code and interprets non-English comments
💬 MaxKB is a ready-to-use AI chatbot that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities.
MCP server to provide Figma layout information to AI coding agents like Cursor
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Python code to use the MCP3008 analog to digital converter with a Raspberry Pi or BeagleBone black.
Put an end to hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
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!