utmpx

Crates.ioutmpx
lib.rsutmpx
version0.2.0
sourcesrc
created_at2023-08-11 16:27:00.88721
updated_at2023-08-11 21:02:19.586318
descriptionRust bindings and wrapper around `utmpx.h`
homepagehttps://git.sr.ht/~whynothugo/utmpx-rs
repository
max_upload_size
id942095
size17,694
Hugo (WhyNotHugo)

documentation

README

utmpx

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.

See also

Licence

This project is licensed under the ISC licence. See LICENCE for details.

Commit count: 0

cargo fmt