rust-sgx-util

Crates.iorust-sgx-util
lib.rsrust-sgx-util
version0.2.3
sourcesrc
created_at2020-04-08 09:38:00.62542
updated_at2020-04-17 09:15:28.994609
descriptionA safe wrapper around Graphene `sgx-util` C-library.
homepagehttps://github.com/golemfactory/proofofdevice
repositoryhttps://github.com/golemfactory/proofofdevice
max_upload_size
id227590
size37,468
Jakub Konka (kubkon)

documentation

https://docs.rs/rust-sgx-util

README

rust-sgx-util

A safe wrapper around Graphene's sgx_util C-library.

rust-sgx-util = "0.2"

For serde support, you can enable it with with_serde feature:

rust-sgx-util = { version = "0.2", features = ["with_serde"] }

Prerequisites

Currently, this crate requires you compile and install sgx_util as a shared library.

Usage examples

You can find usage examples in the examples dir of the crate.

Commit count: 101

cargo fmt