Crate of_dn_parser

Source
Expand description

Distinguished name (DN) parser and formatter following OpenFinance Brasil’s DCR 1.0 standard.

Structs§

DistinguishedName
A distinguished name (DN).
DnComparator
A transformed DistinguishedName suitable for comparisons.
RdnComparator
A transformed RelativeDistinguishedName suitable for comparisons.
RelativeDistinguishedName
A key-value pair that is part of a DistinguishedName.

Enums§

Error
Possible errors when parsing distinguished names.
RdnType
A relative distinguished name type.

Type Aliases§

Result
Parsing result type.