pub fn modules() -> ProcResult<HashMap<String, KernelModule>>Expand description
Get a list of loaded kernel modules
This corresponds to the data in /proc/modules.
pub fn modules() -> ProcResult<HashMap<String, KernelModule>>Get a list of loaded kernel modules
This corresponds to the data in /proc/modules.