pub fn uevent_find<'a>(uevent: &'a str, key: &'a str) -> Option<&'a str>
Parse the KEY=VALUE contents of a uevent file searching for key and returning the value.
KEY=VALUE
uevent
key
value