Skip to content

v0.4.0

Choose a tag to compare

@jonathanpallant jonathanpallant released this 29 May 12:16
· 32 commits to main since this release
cd96c6f

What's Changed

  • Compile time check for padding now works reliably
  • Add no_ctors attribute which allows the user to write custom constructors.
  • Reworked access modifiers. RO and RW were replaced by PureRead, Read, Write and Modify access modifiers.

What's New

  • Allow field types which also derive Mmio as long as they are annotated with #[mmio(inner)]
  • Added support for array fields
  • Added unsafe clone method on Mmio structure
  • Implement Send for generated MMIO block.

Pull Requests

New Contributors

Full Changelog: derive-mmio-v0.3.0...derive-mmio-v0.4.0