18 releases
new 0.5.0 | Feb 17, 2025 |
---|---|
0.4.6 | Jan 13, 2025 |
0.4.5 | Nov 6, 2024 |
0.4.3 | Jul 22, 2024 |
0.1.0 | Feb 18, 2022 |
#677 in Parser implementations
151 downloads per month
Used in 2 crates
110KB
2.5K
SLoC
ldap-types
Implements the basic LDAP types so they can be used in other crates
Features
chumsky
Include the chumsky parser dependency and related crates to generate parsers for DNs, RDNs, filters, schemas,...
serde
Include serde support for serialization and deserialization of some of the types
diff
Pull in the diff-struct dependency to allow diffing of LDAP entries
ldap3
Pull in some basic types from ldap3 to generate From instances for LDAP entries and for the LDAPOperation type which models essentially LDIF modifications apart from renames (all the operations that can be applied to an entry that do not change its DN), used in my ldap-utils and ultimately sync-ldap-subtrees crates
Dependencies
~9–19MB
~248K SLoC