libmount
libmount copied to clipboard
A type-safe wrapper around mount() system call for rust with good error reporting
Hi, are you still maintaining this project ? If no I can do it, you would need to transfer the crates ownership in crates.io however. Their is PR to fix...
In Debian we try where possible to keep only one version of each crate in the archive and we bump dependenices and apply patches accordingly. While testing your crate with...
Update the `nix` dependency which as a know [CVE](https://nvd.nist.gov/vuln/detail/CVE-2021-45707). This might affect this crate directly, but it is one less vulnerability. The only affecting change is [this PR](https://github.com/nix-rust/nix/pull/1242). From my...
A bunch of chores, should be fairly well separated into individual commits.
I see that there are BindMount / OverlayMount / etc. mount options, but nothing for mounting directly. Would this project be open to obtaining a more generic `Mount` type?
That crate didn't have any release for 3 years, would be cool if you would replace it with docopt or clap. Thanks in advance!