#sgx-sdk #intel-sgx #derive #write #applications #serializable #sgx-serialize

macro sgx_serialize_derive

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

#30 in #sgx-sdk

Download history 41/week @ 2024-02-25 1/week @ 2024-03-03 1/week @ 2024-03-10 105/week @ 2024-03-31

106 downloads per month
Used in sgx_backtrace

Custom license

48KB
1K SLoC

Note

Please visit our homepage for usage. Thanks!


lib.rs:

This crate provides sgx_serialize's two derive macros.

extern crate sgx_tstd as std; // Must do that!
#[derive(Serializable, DeSerializable)]

Dependencies

~1.5MB
~40K SLoC