Docs.rs
sgx_serialize_derive-1.1.1
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sgx_serialize_derive 1.1.1
Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
3
out of
3
items documented
0
out of
3
items with examples
Size
Source code size: 51.95 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 124.63 kB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Documentation
apache/incubator-teaclave-sgx-sdk
1180
266
85
crates.io
Dependencies
quote ^0.3.8
normal
sgx_serialize_derive_internals =1.1.1
normal
syn ^0.11
normal
Versions
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.1
1.0.0
0.9.8
Owners
This crate provides sgx_serialize's two derive macros. ```rust,ignore extern crate sgx_tstd as std; // Must do that! #[derive(Serializable, DeSerializable)] ```