Expand description
Contains tools (workarounds) to make implementing const fns easier.
Macrosยง
- concat_
bytes_ to_ arr - Concatenates two byte slices or byte arrays (or combination) to a single array.
- cond_
const - Enables const fn in specified Rust version
- copy_
byte_ array_ from_ slice - Copies first
$lenbytes from$sliceand returns them as an array.