heim_disk/os/windows/
mod.rs

1
2
3
4
5
//! Windows-specific extensions

mod partitions;

pub use self::partitions::*;