enclave-runner

Crates.ioenclave-runner
lib.rsenclave-runner
version
sourcesrc
created_at2018-11-19 10:10:02.977022+00
updated_at2025-02-21 03:40:49.708729+00
descriptionHigh-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.
homepagehttps://edp.fortanix.com/
repositoryhttps://github.com/fortanix/rust-sgx
max_upload_size
id97584
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
crates-owners (github:fortanix:crates-owners)

documentation

https://edp.fortanix.com/docs/api/enclave_runner/

README

enclave-runner

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.

Commit count: 1017

cargo fmt