1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! Functions used by OpenVMM entry points to help construct resources.
56#![forbid(unsafe_code)]
78pub mod disk;
9pub mod shared_memory;
10pub mod snapshot;
11pub mod underhill;