- Bump MSRV to 1.53.0.
- Use dtolnay/rust-toolchain instead of actions-rs.
- Use
::BITS
to compute sizes instead ofsize_of
. - Refactor bit twiddling into separate functions.
- Ensure no_std build works in CI.
- Make output of pre-commit-checks.sh a bit nicer.