Module bits
rocket
master-2025-08-31
Module bits
Module Items
Modules
Functions
In rocket::
mtls::
oid::
asn1_
rs::
nom
rocket
::
mtls
::
oid
::
asn1_rs
::
nom
Module
bits
Copy item path
Source
Available on
crate feature
mtls
only.
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.