#ldap #schema #filter

ldap-types

Implements the basic LDAP types so they can be used in other crates

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

Download history 148/week @ 2024-10-27 141/week @ 2024-11-03 14/week @ 2024-11-10 7/week @ 2024-11-17 1/week @ 2024-11-24 33/week @ 2024-12-08 7/week @ 2024-12-15 111/week @ 2025-01-12 12/week @ 2025-01-19 129/week @ 2025-02-02 6/week @ 2025-02-09

151 downloads per month
Used in 2 crates

MIT/Apache

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