find_mountpoint 1.0.3

find the mountpoint (or prefix, on Windows) for a provided path
Documentation
1
2
3
4
5
6
#[allow(dead_code)]
pub mod unix;
#[allow(dead_code)]
pub mod macos;
#[allow(dead_code)]
pub mod windows;