libldap-sys

Crates.iolibldap-sys
lib.rslibldap-sys
version0.2.0
sourcesrc
created_at2024-11-18 04:51:36.035169
updated_at2024-11-18 05:28:50.222936
descriptionRaw bindings for libldap
homepage
repositoryhttps://github.com/aubaugh/libldap-sys
max_upload_size
id1451786
size214,996
Austin Baugh (aubaugh)

documentation

README

libldap-sys

Rust FFI bindings to ldap.h and sasl/sasl.h

Dependencies

The openldap shared libraries

Regenerating bindings

To regenerate the bindings: ensure you have the development headers for openldap installed and run the following command:

cargo run \
  --features "generate-bindings" \
  --bin regenerate_bindings

or install podman and run the follwing script:

./gen-bindings.sh

Example

Install podman and jq then run the following script:

./run-example.sh

License

BSD-3-Clause

Commit count: 2

cargo fmt