mc-sgx-capable-sys-types 0.12.0

FFI type definitions used by the `sgx_capable` library.
Documentation
1
2
3
4
5
6
7
// Copyright (c) 2022-2024 The MobileCoin Foundation

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

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