Function auxv::procfs::search_procfs_auxv [] [src]

pub fn search_procfs_auxv(
    keys: &[AuxvType]
) -> Result<HashMap<AuxvType, AuxvType>, ProcfsAuxvError>

Read from the procfs auxv file and look for the specified keys.

keys: the keys to look for returns a map of keys to values, only including entries for keys that were requested that also had values in the aux vector