1// Copyright (c) Microsoft Corporation. 2// Licensed under the MIT License. 3 4//! Include modules the protocol used by the attestation process. 5 6#![expect(missing_docs)] 7#![forbid(unsafe_code)] 8 9pub mod igvm_attest; 10pub mod vmgs;