mycelium-bitfield 0.1.2

Structured bitfields, courtesy of Mycelium.
Documentation
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## mycelium-bitfield-v0.1.2 - (2022-07-24)

[5d6d7d5](https://github.com/hawkw/mycelium/5d6d7d5f7fd5eb70b2ece8f9697b5d46ca908d6a)...[8c34ef9](https://github.com/hawkw/mycelium/8c34ef9d43428afd963eee6472b88256927643b5)


### Fixed

- Respect 32 bit targets ([#255]https://github.com/hawkw/mycelium/issues/255) ([9b02fae]https://github.com/hawkw/mycelium/9b02fae33166a07be80be9f619d1c2ad68186e84)
- Fix `raw_mask` shifting twice ([#262]https://github.com/hawkw/mycelium/issues/262) ([8c34ef9]https://github.com/hawkw/mycelium/8c34ef9d43428afd963eee6472b88256927643b5)

## mycelium-bitfield-v0.1.1 - (2022-07-16)

[af8ad54](https://github.com/hawkw/mycelium/af8ad548baaa27ad6a5689ebf35164108ceeb181)...[5d6d7d5](https://github.com/hawkw/mycelium/5d6d7d5f7fd5eb70b2ece8f9697b5d46ca908d6a)


### Documented

- Fix broken links in README ([aaa6137]https://github.com/hawkw/mycelium/aaa6137dc58616e8ffabe918ac00d348852073a2)

## mycelium-bitfield-v0.1.0 - (2022-07-16)


### Added

- Bitfield macro thingy ([#168]https://github.com/hawkw/mycelium/issues/168) ([e8a1e1a]https://github.com/hawkw/mycelium/e8a1e1a569404fa0e9dedcd9b5a231b4e0a2af17)
- Add `mycelium-bitfield` crate ([#171]https://github.com/hawkw/mycelium/issues/171) ([ae9c79a]https://github.com/hawkw/mycelium/ae9c79a132b3b88ee8cc306f9a14031059d3fb87)
- Packing spec type safety ([#174]https://github.com/hawkw/mycelium/issues/174) ([12ea600]https://github.com/hawkw/mycelium/12ea6004918a185b99af59a34a8a37f04d935e14)
- Add `..` to use all remaining bits ([#176]https://github.com/hawkw/mycelium/issues/176) ([7855a55]https://github.com/hawkw/mycelium/7855a557932d8e498a1cebfe47a3d6d1882985fe)
- Add `WaitQueue` ([#191]https://github.com/hawkw/mycelium/issues/191) ([85d5b00]https://github.com/hawkw/mycelium/85d5b00b9156de88777226325d0b1fb2e9ed596b)

### Documented

- Document generated methods ([#173]https://github.com/hawkw/mycelium/issues/173) ([1ded218]https://github.com/hawkw/mycelium/1ded218e71800496433cc0b291e573fb529f8874)
- Add example generated code ([#172]https://github.com/hawkw/mycelium/issues/172) ([5e5d0f4]https://github.com/hawkw/mycelium/5e5d0f4c834b4e1efd64e1c75689cbee70c1cb12)
- Add a README and lib.rs docs ([#254]https://github.com/hawkw/mycelium/issues/254) ([777e379]https://github.com/hawkw/mycelium/777e379b55f12f2a4609392bffe738f009873820)
- Add missing docs for packing specs ([#254]https://github.com/hawkw/mycelium/issues/254) ([f077270]https://github.com/hawkw/mycelium/f077270c63d8d6f443accaa8fdf737b284627e8f)
- Summarize generated code ([#254]https://github.com/hawkw/mycelium/issues/254) ([5a053f6]https://github.com/hawkw/mycelium/5a053f62c194779798017aa70d0365d141a072f4)
- Use tables in generated method docs ([#254]https://github.com/hawkw/mycelium/issues/254) ([b57dbe6]https://github.com/hawkw/mycelium/b57dbe660748d13fa134a56fc53badf9f9383143)
- Summarize the API in the README ([#254]https://github.com/hawkw/mycelium/issues/254) ([c72450e]https://github.com/hawkw/mycelium/c72450e373baeee5ce1e4c03aafa24d492319ed8)
- Link back to mycelium ([#254]https://github.com/hawkw/mycelium/issues/254) ([b8025e5]https://github.com/hawkw/mycelium/b8025e57943d5bacf098d41bdb2abd45fc39a1c8)

### Fixed

- `FromBits` for ints using all bits ([#176]https://github.com/hawkw/mycelium/issues/176) ([5917629]https://github.com/hawkw/mycelium/591762938d4c329926e37ca99f58a48b89bcd44b)
- Macro generating broken doc links ([#176]https://github.com/hawkw/mycelium/issues/176) ([1920795]https://github.com/hawkw/mycelium/192079584bbe4af57d6de81d73b1937cf6849e8b)

<!-- generated by git-cliff -->