sgx 0.6.1

Library for Intel SGX
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0

fn main() {
    if std::path::Path::new("/dev/sgx_enclave").exists() {
        println!("cargo:rustc-cfg=has_sgx");
    }
}