{"id":24600783,"url":"https://github.com/bedrock-crustaceans/bedrock-rs","last_synced_at":"2026-03-10T01:13:07.040Z","repository":{"id":239125664,"uuid":"797727810","full_name":"bedrock-crustaceans/bedrockrs","owner":"bedrock-crustaceans","description":"Universal library for MCBE in Rust","archived":false,"fork":false,"pushed_at":"2024-08-23T15:13:23.000Z","size":688,"stargazers_count":42,"open_issues_count":13,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-23T16:48:55.684Z","etag":null,"topics":["addon","bedrock-protocol","cargo","mcbe","minecraft","minecraft-bedrock","minecraft-server","nbt","rust","world"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bedrock-crustaceans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-08T12:00:02.000Z","updated_at":"2024-08-23T16:48:57.735Z","dependencies_parsed_at":"2024-05-18T17:32:17.649Z","dependency_job_id":"d83e2c68-c6d5-4363-bf3f-bebae7fb6573","html_url":"https://github.com/bedrock-crustaceans/bedrockrs","commit_stats":null,"previous_names":["adrian8115/bedrock-rs","bedrock-crustaceans/bedrock-rs","bedrock-crustaceans/bedrockrs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedrock-crustaceans%2Fbedrockrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedrock-crustaceans%2Fbedrockrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedrock-crustaceans%2Fbedrockrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedrock-crustaceans%2Fbedrockrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bedrock-crustaceans","download_url":"https://codeload.github.com/bedrock-crustaceans/bedrockrs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235448520,"owners_count":18991891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","bedrock-protocol","cargo","mcbe","minecraft","minecraft-bedrock","minecraft-server","nbt","rust","world"],"created_at":"2025-01-24T14:01:32.685Z","updated_at":"2025-10-05T21:32:02.627Z","avatar_url":"https://github.com/bedrock-crustaceans.png","language":"Rust","funding_links":[],"categories":["Libraries","Recently Updated"],"sub_categories":["Game development","[Who Wants to Be a Millionare](https://www.boardgamecapital.com/who-wants-to-be-a-millionaire-rules.htm)"],"readme":"# bedrock-rs\n\n**_Universal Toolkit for Minecraft Bedrock Edition in Rust_**\n\n**bedrock-rs** is a comprehensive and user-friendly library written in Rust, designed to provide a universal solution for working with Minecraft Bedrock Edition. This project offers:  \n\n- **Standards:** Adhering to best practices and conventions.  \n- **Common Implementations:** Reusable components for various Minecraft Bedrock needs.  \n- **Easy-to-Use API:** Streamlined interfaces to make development efficient and enjoyable.  \n\nJoin our growing community on Discord to learn more about the project’s future, seek support, or collaborate with others:  \n**[Join our Discord](https://discord.com/invite/VCVcrvt3JC)**  \n\n---\n\n## Crates\n\nTo maintain modularity and scalability, **bedrock-rs** is divided into multiple crates. Each crate focuses on a specific functionality, making it easier to use and manage. All crates are accessible through the primary `bedrockrs` crate. Additionally, the library offers a variety of optional features you can enable to suit your needs.\n\n### Crate Breakdown:\n\n- [`bedrockrs::shared`](crates/shared)  \n    - [X] Shared data types used across other crates.  \n    - [X] Support for deriving macros defined in other modules.  \n\n- [`bedrockrs::form`](crates/form)  \n    - [X] Implementation of the JSON form format used by Minecraft Bedrock Edition.  \n\n- [`bedrockrs::addon`](crates/addon)  \n    - [X] Datatypes for defining Minecraft Addon structures.  \n    - [X] Serialization and deserialization support for Addons.  \n    - [X] A programmatic approach to creating Addons easily.  \n\n- [`bedrockrs::proto`](crates/proto)  \n    - [X] Complete implementation of the Minecraft Bedrock protocol.  \n    - [X] Support for both server-side and client-side operations.  \n    - [X] Multi-protocol compatibility for handling multiple versions seamlessly.  \n\n- [`bedrockrs::level`](crates/level)  \n    - [X] Data structures for managing Minecraft Bedrock levels.  \n    - [X] Implementation of Bedrock’s level format using Rust’s LevelDB.  \n\n- [`bedrockrs::server`](/crates/server)  \n    - [X] A lightweight foundation for Minecraft Bedrock server software.  \n    - [X] Built-in support for multi-protocol handling.  \n    - [X] Asynchronous architecture powered by Tokio.  \n\n---\n\n## Features\n\n- **Modular Architecture:** Enable only the features you need for your project.  \n- **Multi-Protocol Support:** Work with different protocol versions effortlessly.  \n- **Cross-Platform Compatibility:** Designed to work seamlessly across platforms.  \n- **Lightweight and Efficient:** Built with Rust’s performance and safety features.  \n\n---\n\n## Getting Started\n\nTo use **bedrock-rs** in your Rust project, add the following to your `Cargo.toml`:  \n```toml\n[dependencies]\nbedrockrs = { git = \"https://github.com/bedrock-crustaceans/bedrock-rs.git\", features = [\"full\"] }\n```\n\nRefer to the individual crate documentation for details on specific modules and features.\n\nWe also plan to release bedrock-rs on [crates.io](https://crates.io) in the future.\n\n---\n\n## Contributors  \n\nA huge thank you to all the amazing individuals who have contributed to **bedrock-rs**! Your time, effort, and expertise are what make this project possible.  \n\n[![Contributors](https://contrib.rocks/image?repo=bedrock-crustaceans/bedrock-rs)](https://github.com/bedrock-crustaceans/bedrock-rs/graphs/contributors)\n\nWhether it’s fixing bugs, implementing features, or providing feedback, every contribution helps shape the future of this library. We appreciate each and every one of you!  \n\nWant to join this incredible group? Check out our Contributing Guide and make your mark on the project.  \n\n---\n\n## Contributing\n\nWe welcome contributions of all kinds! Whether you're fixing bugs, adding new features, or proposing entirely new modules, your efforts are highly appreciated. Here’s how you can get involved:  \n\n1. **Get Familiar with the Codebase:** Explore the existing modules and documentation.  \n2. **Pick an Issue:** Check out the repository’s issue tracker for tasks you can work on.  \n3. **Add Your Touch:** Feel free to innovate and bring new ideas to the table.  \n\nFor guidance or collaboration, feel free to connect with the community on Discord.  \n\nIf you find **bedrock-rs** helpful, don’t forget to give the repository a ⭐ on GitHub.  \n\n---\n\n## License\n\n**bedrock-rs** is open-source software licensed under the [Apache-2.0 License](LICENSE).  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedrock-crustaceans%2Fbedrock-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbedrock-crustaceans%2Fbedrock-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedrock-crustaceans%2Fbedrock-rs/lists"}