fzpart - A Rust library to interact with GPT / MBR partition tables.
Features
- Read / write a disk MBR (bootcode, partition table)
- Interact with the MBR using a raw bytes buffer (useful for bootloaders)
Usage
Add the following to your Cargo.toml:
[]
= "0.0.1"
Contribution
Found a problem or have a suggestion? Feel free to contribute.
Contributions in any form (issues, pull requests, etc.) to this project must adhere to Rust's Code of Conduct.
License
This project is licensed under GNU GPL, Version 3.0