1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! Types for describing VM topology (processor packages and layout, memory
5//! layout).
67#![forbid(unsafe_code)]
89pub mod cxl;
10pub mod layout;
11pub mod memory;
12pub mod pcie;
13pub mod processor;