#intel-sgx #sgx-sdk #memory #allocation #write #tee #applications

nightly sgx_alloc

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language

10 stable releases

1.1.1 Apr 2, 2020
1.1.0 Dec 19, 2019
1.0.9 Sep 16, 2019
1.0.8 Jun 11, 2019
0.9.8 Mar 27, 2018

#177 in Memory management

Download history 2/week @ 2023-12-13 4/week @ 2023-12-20 2/week @ 2023-12-27 3/week @ 2024-02-07 14/week @ 2024-02-14 34/week @ 2024-02-21 58/week @ 2024-02-28 20/week @ 2024-03-06 18/week @ 2024-03-13 13/week @ 2024-03-20

112 downloads per month
Used in 7 crates (via sgx_tstd)

Custom license

34KB
752 lines

Note

Please visit our homepage for usage. Thanks!


lib.rs:

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. 2018-06-22 Add liballoc components here

No runtime deps