Crates.io | utmpx |
lib.rs | utmpx |
version | 0.2.0 |
source | src |
created_at | 2023-08-11 16:27:00.88721 |
updated_at | 2023-08-11 21:02:19.586318 |
description | Rust bindings and wrapper around `utmpx.h` |
homepage | https://git.sr.ht/~whynothugo/utmpx-rs |
repository | |
max_upload_size | |
id | 942095 |
size | 17,694 |
Rust bindings and wrapper around utmpx.h
. utmpx.h
declares a structure and
functions to query (and update) the database of currently logged in users.
Because POSIX only defines a minimal set of fields, different implementations add different fields on top. This library is written with musl and GNU/Linux in mind. Patches with implementations for other platforms are welcome.
This project is licensed under the ISC licence. See LICENCE for details.