DianaNites / parts

A GPT Partition Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parts

standard-readme compliant Maintenance GitHub Release Date GitHub commit activity Crates.io GitHub release (latest SemVer) Crates.io GitHub issues GitHub pull requests Liberapay patrons Crates.io (latest)

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.

Install

[dependencies]
parts = "0.1.0"

Usage

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.

Features

Contributing

Feel free to ask questions on the Github repo.

See CONTRIBUTING.md for details on code contributions.

License

Licensed under either of

at your option.

About

A GPT Partition Manager

License:Apache License 2.0


Languages

Language:Rust 100.0%