Skip to main content

uevent_find

Function uevent_find 

Source
pub fn uevent_find<'a>(uevent: &'a str, key: &'a str) -> Option<&'a str>
Expand description

Parse the KEY=VALUE contents of a uevent file searching for key and returning the value.