Expand description
§Bits utilities
A toolbox of small utilities that manipulate bitstream data. Useful for debugging streams from embedded devices.
Functions§
- bit_
vec_ to_ hex_ string - bits_
to_ vec - Convert bits stream to vector (MSB is Vec[0])
- vec_
to_ bits - Convert vector to bits stream (Vec[0] is MSB)