openldap 1.0.0

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

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.