]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #57860 - jethrogb:jb/sgx-os-ffi, r=joshtriplett
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 24 Jan 2019 17:25:47 +0000 (18:25 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Jan 2019 17:25:47 +0000 (18:25 +0100)
Add os::fortanix_sgx::ffi module

This uses the same byte slice accessors that Unix has. The [ABI specifies](https://docs.rs/fortanix-sgx-abi/0.3.2/fortanix_sgx_abi/struct.ByteBuffer.html) byte slices.


Trivial merge