I find academic articles and books for research and literature reviews.

McProto-rs
Minecraft -Protokoll im Rost
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.
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
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
MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)
Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden
🧑🚀 全世界最好的 llm 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Zusammenfassung der weltbesten LLM -Ressourcen.
Fair-Code-Workflow-Automatisierungsplattform mit nativen KI-Funktionen. Kombinieren Sie visuelles Gebäude mit benutzerdefiniertem Code, SelbstHost oder Cloud, 400+ Integrationen.
Awesome MCP -Server - eine kuratierte Liste von Modellkontext -Protokollservern für Modellkontext
🔥 1Panel bietet eine intuitive Weboberfläche und einen MCP -Server, um Websites, Dateien, Container, Datenbanken und LLMs auf einem Linux -Server zu verwalten.
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!