bitstructs 0.1.2

Defining type-safe bitfield structures that can be used in both `std` and `no_std` environments.
Documentation
# 0.1.2 (March 4th, 2025)

## Fixed

- Fix `cargo test --features="no_std"` failed

## Documented

- Add `examples` module to better display code generated by macros

# 0.1.1 (February 24th, 2025)

## Documented

- bitstruct_field_enum: Provide a bug document that has not been fixed yet.

# 0.1.0 (February 24th, 2025)

- Initial release