| Crates.io | fzpart |
| lib.rs | fzpart |
| version | 0.2.2 |
| created_at | 2024-12-26 17:59:56.745686+00 |
| updated_at | 2025-01-05 13:02:19.031585+00 |
| description | A Rust library to interact with GPT / MBR partition tables. |
| homepage | |
| repository | https://github.com/sleiderr/fzpart |
| max_upload_size | |
| id | 1495850 |
| size | 135,201 |
MBR Support:
GPT Support:
Supports both #![no-std] / no-alloc and std environments, with almost no loss of functionalities.
Add the following to your Cargo.toml:
[dependencies]
fzpart = "0.2.0"
This crate has the following Cargo features:
std (default): Relies on std whenever possible, instead of manual implementations (std::io to interact with devices, ...).
Also offers a few minor additional methods.alloc (default): Enables usage of the alloc crate, when a global allocator is available. This offers some additional
functionalities (partition names conversion, additional consistency checks).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.
This project is licensed under GNU GPL, Version 3.0