Crate bytes_lit

Source
Expand description

Bytes converts literals into an array of bytes.

Currently supports only integer literals of unbounded size.

Macrosยง

bytes
Bytes converts literals into an array of bytes.
bytesmin
Bytesmin converts literals into an array of bytes of minimal size to capture the value.