Adding ldap3_proto library as a dependency

Run this command in a terminal, in your project"s directory:

cargo add ldap3_proto

To add it manually, edit your project"s Cargo.toml file and add to the [dependencies] section:

ldap3_proto = "0.5.2"

The ldap3_proto library will be automatically available globally. Read the ldap3_proto library documentation.

Back to the crate overview.