bitstructs_macro 0.1.1

Procedural macro for bitstructs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 0.1.1 (February 24th, 2025)

## Fixed

- Fix non-inline enum type with `::` will fail.

## Documented

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

# 0.1.0 (February 24th, 2025)

- Initial release