Skip to content

Releases: rust-vmm/vm-allocator

v0.1.3: Prepare 0.1.3 release

30 Jun 15:32
Compare
Choose a tag to compare

Changelog

[v0.1.3]

Added

  • [#102]: Derived Clone for IdAllocator type.

vm-allocator-v0.1.2

29 May 08:29
Compare
Choose a tag to compare

Changelog

[v0.1.2]

Added

  • [#40]: Added serde
    support for IdAllocator and AddressAllocator.
  • [#99]: Added APIs to
    get the base address and size of an AddressAllocator.

vm-allocator-v0.1.1

11 Mar 10:53
Compare
Choose a tag to compare

Changelog

[v0.1.1]

Fixed

  • [#44]: Fixed issue that did not allow the creating of inclusive ranges of size 1.

vm-allocator-v0.1.0

12 May 13:26
Compare
Choose a tag to compare

This is the first release of the crate. For more details check the repository README.md file.