A partition managing crate written in rust
Find a file
Mai-Lapyst dd56fd084e
mbr: Rework constructors
- add u8 slice as source
- rework file-pased constructor into using generic io::Read and io::Seek
- better nameing to lessen confusion
2026-07-28 11:27:58 +02:00
addr addr: derive some core traits for PackedChsAddr 2026-07-28 10:58:33 +02:00
cli mbr: Rework constructors 2026-07-28 11:27:58 +02:00
mbr mbr: Rework constructors 2026-07-28 11:27:58 +02:00
src meta: add author homepage to license headers 2026-06-29 08:51:54 +02:00
.gitignore Initial commit; add low-level mbr loading 2025-02-06 19:02:37 +01:00
Cargo.lock Add cli with mbr scanning 2026-06-30 00:21:44 +02:00
Cargo.toml Add cli with mbr scanning 2026-06-30 00:21:44 +02:00
LICENSE meta: add LICENSE and readme.md files 2026-06-29 08:54:13 +02:00
readme.md Fix readme.md 2026-06-29 20:42:48 +02:00

partman

A partition managing create written in rust.

License

This project is licensed under AGPL-3.0-only. For more informations see the LICENSE file inside the repository here, or alternative online under https://www.gnu.org/licenses/.

Usage

TODO