tdx_guest_device/
lib.rs

1
2
3
4
5
6
7
8
9
10
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! The crate includes the abstraction layer of Linux TDX Guest APIs and
//! definitions of data structures according to TDX specification.

pub mod protocol;

#[cfg(target_os = "linux")]
pub mod ioctl;