sgx_alloc 1.1.1

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
default = []

[lib]
crate-type = ["rlib"]
name = "sgx_alloc"

[package]
authors = ["The Teaclave Authors"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
edition = "2018"
license-file = "LICENSE"
name = "sgx_alloc"
repository = "https://github.com/apache/teaclave-sgx-sdk"
version = "1.1.1"