vm-allocator 0.1.0

Helpers for allocating resources needed during the lifetime of a VM.
Documentation
[dependencies.libc]
version = ">=0.2.39"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
description = "Helpers for allocating resources needed during the lifetime of a VM."
edition = "2018"
keywords = ["resources", "allocation", "address", "virt"]
license = "Apache-2.0 OR BSD-3-Clause"
name = "vm-allocator"
readme = "README.md"
repository = "https://github.com/rust-vmm/vm-allocator"
version = "0.1.0"