Crates.io | bsd_auth |
lib.rs | bsd_auth |
version | 0.3.1 |
source | src |
created_at | 2021-07-15 05:13:39.731902 |
updated_at | 2021-07-24 05:50:55.838669 |
description | Rust API for OpenBSD's bsd_auth |
homepage | |
repository | https://github.com/orvij/bsd_auth |
max_upload_size | |
id | 422981 |
size | 25,179 |
Rust idiomatic API for OpenBSD's authentication library
Building the crate requires bindings to authentication functions in OpenBSD's libc
.
The low-level crate bsd_auth-sys includes the necessary bindings for the authentication API.
If the clang development libaries aren't present on your OpenBSD system, you will need to compile clang from source, install the libaries, and create a symbolic link to libclang.so.*
at /usr/lib/libclang.so
.