Skip to main content

nitro_enclaves/
lib.rs

1// SPDX-License-Identifier: Apache-2.0
2
3//! AWS Nitro Enclave library.
4
5pub mod launch;
6
7mod device;
8
9pub use device::*;