[][src]Module dasn1_core::types::bit_string

Structs

BitString

A representation of the BIT STRING ASN.1 data type. BitString is a wrapper around the bit_vec::BitVec type. Please refer to the BitVec documentation for using BitString in Rust. The following is documentation on how to use a BIT STRING in ASN.1.