Skip to content

Version 0.1.1

Choose a tag to compare

@Rahix Rahix released this 18 Sep 02:29
· 17 commits to main since this release
v0.1.1

Added

  • Added implementations of AsRef[u8] and AsMut<[u8]> to the structs that are generated by process_image!{}. This allows direct access to the underlying buffer when necessary.

Fixed

  • Fixed From and TryFrom not being referenced via fully qualified path in code that is generated by process_image!{}.