Skip to content

v0.5.0

Compare
Choose a tag to compare
@kelpsyberry kelpsyberry released this 28 Aug 20:52
· 12 commits to main since this release
dcbb264
  • BREAKING: Renamed FromRaw, IntoRaw and DerefRaw to FromStorage, IntoStorage and DerefStorage
  • Added nested bitfield support, used by specifying a field's type as nested T
  • Made bitfields #[repr(transparent)]
  • Added the ability to pack fields next to each other with above; bits, below; bits, above and below FieldRange specifiers
  • Fixed generic bitfield support; however, if used, compile-time checks will be converted to runtime ones due to language limitations