Crates.io | mbr |
lib.rs | mbr |
version | 0.2.2 |
source | src |
created_at | 2017-07-21 14:49:16.922897 |
updated_at | 2017-07-25 19:22:35.938926 |
description | Parse legacy mbr partition tables with native Rust |
homepage | |
repository | https://github.com/kallisti5/mbr |
max_upload_size | |
id | 24399 |
size | 3,818 |
A rust crate to read legacy MBR disk partitions
Warning: This crate is early in development and may encounter API changes as it grows. When the version hits 1.x.x the API will be stable
extern crate mbr; let partitions = mbr::partition::read_partitions("/dev/sda");
There is a great GPT parsing library created by another author. I'm tracking their API somewhat to ensure applications parsing MBR and GPT tables generally follows the same process.
Copyright, 2017 Alexander von Gluck IV Released under the terms of the MIT license.