A GPT Partition Manager.
Parts is a pure Rust library to manage GPT partition labels.
Parts allows you to read, write, and manipulate GPT tables in a safe and efficient manner.
[dependencies]
parts = "0.1.0"
NOTE: Please don't use this, it's new, WIP, and untested. Back up your data, or only use it on virtual disks.
The code is (hopefully) well documented, but unpolished, and the API is unstable.
See the docs for examples.
Feel free to ask questions on the Github repo.
See CONTRIBUTING.md for details on code contributions.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.