Skip to main content

Module utils

Module utils 

Source
Expand description

Shared utilities: bitfield helpers and checksums. Shared utilities: bitfield helpers, checksums, formatting, time.

Re-exports§

pub use bits::*;
pub use fmt::*;

Modules§

bits
Bitfield extraction, checksums, and header trait. Bitfield extraction, checksums, and header trait.
cell
Interior-mutable cell that only allows access through sync closures.
clock
Monotonic clock abstraction. Monotonic clock abstraction for time-dependent routing and protocol decisions.
fmt
no_std formatting utilities. no_std formatting utilities.
ringbuf
Fixed-capacity byte ring buffer for variable-length packets.