utmpx 0.2.0

Rust bindings and wrapper around `utmpx.h`
Documentation
  • Coverage
  • 73.58%
    39 out of 53 items documented0 out of 12 items with examples
  • Size
  • Source code size: 17.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • WhyNotHugo

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.