ldapdn 1.0.0

LDAP Distinguished Name (DN) unescaping and zero-copy parsing
Documentation
1
2
3
4
5
6
7
//! LDAP Distinguished Name (DN) parsing per IETF RFC 4514
//!
//! See: <https://datatracker.ietf.org/doc/html/rfc4514>
#![doc = include_str!("../README.md")]
#![no_std]
pub mod escape;
pub mod parse;