ldap-types

Crates.ioldap-types
lib.rsldap-types
version
sourcesrc
created_at2022-02-18 15:20:49.100633+00
updated_at2025-03-12 14:37:31.696006+00
descriptionImplements the basic LDAP types so they can be used in other crates
homepage
repositoryhttps://github.com/taladar/ldap-types
max_upload_size
id534747
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Matthias Hörmann (taladar)

documentation

README

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

Commit count: 23

cargo fmt