# Description - enables `bits` commands to operate on binary data, where both inputs are binary and can vary in length - adds an `--endian` flag to `bits and`, `or`, `xor` for specifying endianness (for binary values of different lengths) # User-Facing Changes - `bits` commands will no longer error for non-int inputs - the default for `--number-bytes` is now `auto` (infer int size; changed from 8) # Tests + Formatting > addendum: first PR, please inform if any changes are needed |
||
---|---|---|
.. | ||
and.rs | ||
bits_.rs | ||
into.rs | ||
mod.rs | ||
not.rs | ||
or.rs | ||
rotate_left.rs | ||
rotate_right.rs | ||
shift_left.rs | ||
shift_right.rs | ||
xor.rs |