enclave-runner 0.4.0

High-level abstractions for running SGX enclaves. This crate can be used to load and interface with SGX applications compiled for the `x86_64-fortanix-unknown-sgx` target.
Documentation
1
2
3
4
5
6
7
8
# enclave-runner

This is an interface library to work with SGX enclaves implementing the 
[Fortanix SGX ABI](../doc/FORTANIX-SGX-ABI.md). If you write an enclave using 
the `x86_64-fortanix-unknown-sgx` target, you will probably want to write a
userspace tool using this library.

Compiles with Rust nightly.