bsd_auth

Crates.iobsd_auth
lib.rsbsd_auth
version0.3.1
sourcesrc
created_at2021-07-15 05:13:39.731902
updated_at2021-07-24 05:50:55.838669
descriptionRust API for OpenBSD's bsd_auth
homepage
repositoryhttps://github.com/orvij/bsd_auth
max_upload_size
id422981
size25,179
(orvij)

documentation

README

Rust idiomatic API for OpenBSD's authentication library

Requirements

  • libclang.so (clang development library)
  • Rust 1.51+

Building the crate requires bindings to authentication functions in OpenBSD's libc.

Building

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.

Commit count: 0

cargo fmt