mm_io
is a Rust crate designed by Minecraft Manipulator to provide basic I/O functionalities for reading and writing binary or NBT (Named Binary Tag) files. This crate is particularly useful for handling Minecraft-related data files efficiently.
- Read and write binary files.
- Read and write NBT files.
- Simple and intuitive API.
Add the following line to your Cargo.toml
file:
[dependencies]
mm_io = "0.4.0"
Contributions are welcome! If you encounter any issues, have feature requests, or want to contribute improvements, feel free to open an issue or submit a pull request.
- Fork this git repository
- Clone the git repository you forked
- Commit your changes
- Setup a pull request from your fork to the main repository
This crate is dual-licensed under the terms of the MIT and Apache licenses. See the respective license files for more details.