samevol 0.1.0

A lightweight Windows utility for determining if two paths reside on the same storage volume. 轻量级 Windows 工具库,用于检测两个路径是否位于同一存储卷。
1
2
3
4
fn main() {
    #[cfg(not(target_os = "windows"))]
    panic!("This library only supports Windows.");
}