sys-mount 2.1.1

High level FFI binding around the sys mount & umount2 calls
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.bitflags]
version = "2.4.1"

[dependencies.libc]
version = "0.2.151"

[dependencies.loopdev]
optional = true
package = "loopdev-erikh"
version = "0.5.0"

[dependencies.smart-default]
version = "0.7.1"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.clap]
version = "4.4.13"

[features]
default = ["loop"]
loop = ["loopdev"]

[package]
authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"]
categories = ["external-ffi-bindings", "filesystem", "os::unix-apis"]
description = "High level FFI binding around the sys mount & umount2 calls"
edition = "2021"
keywords = ["linux", "sys", "mount", "umount"]
license = "MIT OR Apache-2.0"
name = "sys-mount"
readme = "README.md"
repository = "https://github.com/pop-os/sys-mount"
version = "2.1.1"