Expand description
ASN.1 BIT STRING support.
Re-exports§
pub use self::allocating::BitString;
Modules§
- allocating 🔒
- allowed_
len_ bit_ string - unused_
bits 🔒 - Sealed, so that
UnusedBitsnewtype can’t be created directly
Structs§
- BitString
Iter - Iterator over the bits of a
BitString. - BitString
Ref - ASN.1
BIT STRINGtype.