1
1
# Fortanix Rust Enclave Development Platform
2
2
3
- [ ![ Runtime Encryption Slack] ( https://img.shields.io/badge/Slack-%23rust--sgx-blue.svg?logo=slack&logoColor=whitesmoke )] ( https://fortanix.com/runtime-encryption-slack ) [ ![ Build Status ] ( https://travis-ci .com/fortanix/rust-sgx. svg?branch=master )] ( https://app.travis-ci. com/github/ fortanix/rust-sgx/builds )
3
+ [ ![ Runtime Encryption Slack] ( https://img.shields.io/badge/Slack-%23rust--sgx-blue.svg?logo=slack&logoColor=whitesmoke )] ( https://fortanix.com/runtime-encryption-slack ) [ ![ CI ] ( https://github .com/fortanix/rust-sgx/actions/workflows/build.yml/badge. svg )] ( https://github. com/fortanix/rust-sgx/actions/workflows/build.yml )
4
4
5
5
The [ Fortanix Rust EDP] ( https://edp.fortanix.com/ ) is the preferred way to write Intel SGX enclaves from scratch.
6
6
@@ -24,7 +24,7 @@ cargo run --target x86_64-fortanix-unknown-sgx
24
24
[ Documentation] ( https://edp.fortanix.com/docs/ )
25
25
26
26
Looking for the in-enclave source code? Check out the [ rust-lang/rust
27
- repository] ( https://github.com/rust-lang/rust/tree/master/library/std/src/sys/sgx ) .
27
+ repository] ( https://github.com/rust-lang/rust/tree/master/library/std/src/sys/pal/ sgx ) .
28
28
29
29
## Note for maintenance
30
30
@@ -37,7 +37,7 @@ Release**](https://github.com/fortanix/rust-sgx/releases/new): please ensure the
37
37
number}` , although in this workflow only ${crate name} is used, but {version
38
38
number} is still required for keeping a good tag name.
39
39
40
- # Contributing
40
+ ## Contributing
41
41
42
42
We gratefully accept contributions from the community.
43
43
By participating in this community, you agree to abide by [ Code of Conduct] ( ./CODE_OF_CONDUCT.md ) .
@@ -77,6 +77,6 @@ personal information I submit with it, including my sign-off) is
77
77
maintained indefinitely and may be redistributed consistent with
78
78
this project or the open source license(s) involved.
79
79
80
- # License
80
+ ## License
81
81
82
82
This project is primarily distributed under the terms of the Mozilla Public License (MPL) 2.0, see [ LICENSE] ( ./LICENSE ) for details.
0 commit comments