vm-allocator 0.1.0

Helpers for allocating resources needed during the lifetime of a VM.
Documentation
1
2
3
4
5
6
7
// Copyright (C) 2022 Alibaba Cloud. All rights reserved.
// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2

mod interval_tree;

pub(crate) use interval_tree::{IntervalTree, NodeState};