sgx_alloc 1.0.0

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
docs.rs failed to build sgx_alloc-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sgx_alloc-1.1.1

liballoc crate for Rust SGX SDK

This crate equals to the liballoc_system crate in Rust. It connects Rust memory allocation to Intel SGX's sgx_tstd library. It is essential, because we depends on Intel SGX's SDK.