[][src]Module bcder::oid

ASN.1 Object Identifiers.

This module contains the Oid type that implements object identifiers, a construct used by ANS.1 to uniquely identify all sorts of things. The type is also re-exported at the top-level.

Structs

Component

A component of an object identifier.

Iter

An iterator over the sub-identifiers in an object identifier.

Oid

An object identifer.

Type Definitions

ConstOid

A type alias for `Oid<&'static u8>.