mount-watcher 0.5.0

Get notified when a filesystem is mounted/unmounted
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mount-watcher"
version = "0.5.0"
edition = "2021"
description = "Get notified when a filesystem is mounted/unmounted"
rust-version = "1.71"
license = "Apache-2.0"
repository = "https://github.com/TheElectronWill/rust-mount-watcher/"

[dependencies]
log = "0.4.8"
mio = { version = "1.0", features = ["os-poll", "os-ext"] }
thiserror = "2.0"
timerfd = "1.6"

[dev-dependencies]
env_logger = "0.11"
pretty_assertions = "1.4"