//! This module provides ways to get information about a running Linux system
use HashMap;
/// Supported [`UEvent`] actions
/// Allows sending synthetic uevents, and some seemingly undocumented
/// information about the device.
///
/// See the [kernel docs][1] for more info
///
/// [1]: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-uevent