| Crates.io | enclave-runner |
| lib.rs | enclave-runner |
| version | 0.7.2 |
| created_at | 2018-11-19 10:10:02.977022+00 |
| updated_at | 2025-09-09 20:11:33.95449+00 |
| description | 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. |
| homepage | https://edp.fortanix.com/ |
| repository | https://github.com/fortanix/rust-sgx |
| max_upload_size | |
| id | 97584 |
| size | 156,024 |
This is an interface library to work with SGX enclaves implementing the
Fortanix SGX ABI. 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.