sys-mount 2.0.2

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

[dependencies.libc]
version = "0.2.139"

[dependencies.loopdev]
optional = true
version = "0.4.0"

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

[dependencies.thiserror]
version = "1.0.38"

[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.clap]
version = "4.1.4"

[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.0.2"