rama
0.3.0-alpha.4
Module bits
Module Items
Modules
Functions
In rama::
crypto::
dep::
x509_
parser::
prelude::
asn1_
rs::
nom
rama
::
crypto
::
dep
::
x509_parser
::
prelude
::
asn1_rs
::
nom
Module
bits
Copy item path
Expand description
Bit level parsers
Modules
§
complete
Bit level parsers
streaming
Bit level parsers
Functions
§
bits
Converts a byte-level input to a bit-level input, for consumption by a parser that uses bits.
bytes
Counterpart to
bits
,
bytes
transforms its bit stream input into a byte slice for the underlying parser, allowing byte-slice parsers to work on bit streams.