Function utwt::parse_wtmp
source · pub fn parse_wtmp() -> Result<Vec<UtmpEntry>, ParseError>Expand description
Parse wtmp entries.
It parses wtmp entries using the native utmp format in the target platform.
pub fn parse_wtmp() -> Result<Vec<UtmpEntry>, ParseError>Parse wtmp entries.
It parses wtmp entries using the native utmp format in the target platform.