Crate nullnet_libconfmon

Source

Structs§

Detector
A detector responsible for determining whether the system configuration is in draft mode or applied.
Error
A structured error type for libconfmon.
Watcher
A file watcher that monitors specified files for changes and notifies a handler when updates occur.

Enums§

ErrorKind
Represents the different kinds of errors that can occur during configuration monitoring.
Platform
Represents the supported platforms.
State
Represents the possible states of the system configuration.

Traits§

WatcherHandler
A simple file watcher that monitors changes in a list of files and triggers appropriate handlers.

Functions§

make_watcher
Creates a new Watcher to monitor file changes.

Type Aliases§

Snapshot
A snapshot representing a collection of file data.