login_cap-sys 0.1.0

Minimal Rust bindings for OpenBSD's login_cap
Documentation
  • Coverage
  • 89.58%
    43 out of 48 items documented0 out of 1 items with examples
  • Size
  • Source code size: 14.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • orvij

Low-level, minimal Rust FFI bindings to OpenBSD's login_cap authentication library

See login_getclass(3) for details about the underlying C library.

Not intended to provide safe interfaces to the C login_cap library.

For the high-level Rust API, see login_cap