wxtla 0.3.1

Wired eXploring Target Layer Accessor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Volume and partition-map format modules.

mod driver;
mod record;

pub mod apm;
pub mod bitlocker;
pub mod gpt;
pub mod lvm;
pub mod mbr;

pub(crate) use driver::VolumeSystem;
pub use record::{VolumeRecord, VolumeRole, VolumeSpan};