openldap 1.0.1

Straightforward Rust bindings to the C openldap library. This is a fork of cldap that has been methodically fixed, extended, and made to be more compliant with openldap. It should be relatively robust and production ready at this point.
Documentation
openldap-1.0.1 has been yanked.

cldap

Rust bindings for the C openldap library. Provides a simple public API for querying ldap.

Right now, the best place to find usage examples is in src/lib.rs in the mod tests section at the bottom.