sgx_serialize_derive 0.9.8

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

This crate provides sgx_serialize's two derive macros.

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