sgx-type-debug 0.1.0

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[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-type-debug"
repository = "https://github.com/apache/teaclave-sgx-sdk"
version = "0.1.0"