Expand description
Contains tools (workarounds) to make implementing const fn
s 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
$len
bytes from$slice
and returns them as an array.