sgx_serialize_derive 1.0.1

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)]