Module util

Module util 

Source
Expand description

General stuff.

Structs§

ArrayVec
Small on-stack vector of max length N.
Bitstring
A wrapper around arbitrary data with the specified bit length.

Traits§

TryAsMut
Used to get a mutable reference of the inner type if possible.