fortanix-sgx-abi 0.3.2

An interface for Intel SGX enclaves. This is the interface for the `x86_64-fortanix-unknown-sgx` target. This is a small yet functional interface suitable for writing larger enclaves. In contrast to other enclave interfaces, this interface is primarly designed for running entire applications in an enclave. This crate fully describes the type-level interface complete with documentation. For implementors, this crate contains all the type definitions and a macro with the function definitions.
Documentation
[dependencies.compiler_builtins]
optional = true
version = "0.1.0"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"

[features]
docs = []
rustc-dep-of-std = ["core", "compiler_builtins/rustc-dep-of-std"]

[package]
authors = ["Jethro Beekman <jethro@fortanix.com>"]
categories = ["os"]
description = "An interface for Intel SGX enclaves. This is the interface for the\n`x86_64-fortanix-unknown-sgx` target.\n\nThis is a small yet functional interface suitable for writing larger enclaves. \nIn contrast to other enclave interfaces, this interface is primarly designed \nfor running entire applications in an enclave.\n\nThis crate fully describes the type-level interface complete with \ndocumentation. For implementors, this crate contains all the type definitions\nand a macro with the function definitions.\n"
documentation = "https://docs.rs/fortanix-sgx-abi/"
keywords = ["sgx", "enclave"]
license = "MPL-2.0"
name = "fortanix-sgx-abi"
repository = "https://github.com/fortanix/rust-sgx"
version = "0.3.2"
[package.metadata.docs.rs]
features = ["docs"]