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

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.
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Awesome MCP Servers - A curated list of Model Context Protocol servers
Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
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!