Version 0.1.1
Added
- Added implementations of
AsRef[u8]andAsMut<[u8]>to the structs that are generated byprocess_image!{}. This allows direct access to the underlying buffer when necessary.
Fixed
- Fixed
FromandTryFromnot being referenced via fully qualified path in code that is generated byprocess_image!{}.