Module internal

Module internal 

Source
Expand description

§Internal Macro Implementations

The contents of this module are required to be publicly reachable from external crates, because that is the context in which the public macros expand; however, the contents of this module are not public API and bitvec does not support any use of it other than within the public macros.

Re-exports§

#[doc(hidden)] pub use core;
#[doc(hidden)] pub use funty;
#[doc(hidden)] pub use self::u8_from_le_bits as u8_from_ne_bits;

Functions§

u8_from_be_bits 👻
Constructs a u8 from bits applied in Msb0 order (a high, h low).
u8_from_le_bits 👻
Constructs a u8 from bits applied in Lsb0 order (a low, h high).