v0.24.0
This release fixes two separate issues to ensure that zero-cost code is generated. Many thanks to raimundomartins, apopiak, and gnzlbg for pull requests included and issues resolved in this release.
Added
- #145 Add
#[repr(transparent)]
toQuantity
to ensure that the ABI of the underlying storage type is used instead of struct ABI in FFI contexts.
Changed
- #148 Increase minimum supported
rustc
version to 1.28.0. Required to support#[repr(transparent)]
.