Releases: hermit-os/memory-addresses
Releases · hermit-os/memory-addresses
memory_addresses v0.2.2
memory_addresses v0.2.1
What's Changed
- Fix debug print:
$(0x40400000)
is nowVirtAddr(0x40400000)
by @jounathaen in #13 - Added usize arithmetic for types where target ptr width is the address size by @jounathaen in #14
Full Changelog: v0.2.0...v0.2.1
memory_addresses v0.2.0
riscv64
support (@jounathaen)- removal of
step_trait
(@jounathaen) shl
&shr
support (@jounathaen)- added
AddressRange
&AddrIter
(@jounathaen) - replaced alignment features with
align-address
(@mkroening) - added
MemoryAddress
trait (@jounathaen) - added
From<usize>
if the platform pointer width corresponds to the address type's width (@jounathaen) - prevent construction of address types without
new()
to enforce valid addresses (@jounathaen)