mc-sgx-capable-sys 0.12.0

FFI linkage for the `sgx_capable` library.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_camel_case_types)]

pub use mc_sgx_capable_sys_types::sgx_device_status_t;
pub use mc_sgx_core_sys_types::sgx_status_t;

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));