Expand description
This library contains bindings to the types and functions in utmpx.h.
The sys module contains the raw bindings, which the root of the crate contains idiomatic
wrappers.
utmpx works internally with per-thread cursors, so all methods in this crate reflect this and
operate on the thread-local cursor.
Modules
- Contains definitions for system-provided function and types.
Enums
- Error creating Utmpx instance.
Functions
- Close the utmpx database for the current thread.
- Find the next entry by
ut_typeandut_id. - Find the next entry by
ut_line. - Read in the next entry from the utmpx database.
- Resets the cursor for the current thread.
- Change the filename of the database opened by the current thread.
- Write the provided structure into the utmpx database.