mountinfo 0.2.0

A Rust library for parsing mount points on Linux and other Unix systems.
Documentation
  • Coverage
  • 81.82%
    27 out of 33 items documented0 out of 9 items with examples
  • Size
  • Source code size: 20.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 559.85 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • GuillemCastro/mountinfo
    3 5 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • GuillemCastro

mountinfo

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.

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.