inejge / ldap3

A pure-Rust LDAP library using the Tokio stack
Apache License 2.0
226 stars 39 forks source link

Additonal derives for `SearchEntry` #133

Closed CommanderStorm closed 2 weeks ago

CommanderStorm commented 2 months ago

For testing, having more derives for the SearchEntry are handy. Concretely, having Eq derived might be helpfull.

inejge commented 2 weeks ago

Thanks for the PR. Tried this, the attrs and bin_attrs fields can't derive Hash, so I won't be merging it.