| Crates.io | login_cap-sys |
| lib.rs | login_cap-sys |
| version | 0.1.0 |
| created_at | 2021-07-19 07:51:06.378092+00 |
| updated_at | 2021-07-22 03:48:18.323473+00 |
| description | Minimal Rust bindings for OpenBSD's login_cap |
| homepage | |
| repository | https://github.com/orvij/login_cap-sys |
| max_upload_size | |
| id | 424654 |
| size | 14,532 |
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