fzpart 0.1.0

A Rust library to interact with GPT / MBR partition tables.
Documentation
  • Coverage
  • 49.12%
    28 out of 57 items documented17 out of 21 items with examples
  • Size
  • Source code size: 56.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sleiderr/fzpart
    2 1 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sleiderr

fzpart - A Rust library to interact with GPT / MBR partition tables.

Latest Version Documentation License

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:

[dependencies]
fzpart = "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