Skip to content

Releases: hermit-os/memory-addresses

memory_addresses v0.2.2

15 Nov 17:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

memory_addresses v0.2.1

15 Nov 17:07
Compare
Choose a tag to compare

What's Changed

  • Fix debug print: $(0x40400000) is now VirtAddr(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

31 Oct 15:15
Compare
Choose a tag to compare
  • 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)