heim_disk/os/macos/
mod.rs

1
2
3
4
5
//! macOS-specific extensions.

mod partitions;

pub use self::partitions::*;