Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 450 Bytes

File metadata and controls

11 lines (5 loc) · 450 Bytes

mountinfo2

A Rust crate for parsing the mount points in Linux and other Unix systems. Can be used to query the filesystems mounted on the system. Forked from mountinfo.

This crate automatically parses some of the mount options, and cointains functions for querying if, for example, a path is mounted on a particular filesystem.

License

This crate is licensed under the MIT license.