## Description

Add Rust client SDK.

## Type of change (select or add applied and delete the others)

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality 
to not work as expected)
- [ ] API change with a documentation update
- [ ] Additional test coverage
- [ ] Code cleanup or just sync with upstream third-party crates

## How has this been tested?

- `make run-sdk-tests`
- CI result: http://ci.mesalock-linux.org/mssun/incubator-mesatee/1114

## Checklist

- [x] Fork the repo and create your branch from `master`.
- [x] If you've added code that should be tested, add tests.
- [x] If you've changed APIs, update the documentation.
- [x] Ensure the tests pass (see CI results).
- [x] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/455

-- Commit Summary --

  * Add Rust client SDK
  * Fix proto build current dir
  * Fix proto build current dir
  * make format
  * Add RUSTFLAGS for cargo test
  * Coditional compilation for dcap

-- File Changes --

    M attestation/Cargo.toml (3)
    M cmake/TeaclaveGenVars.cmake (1)
    M cmake/UtilTargets.cmake (3)
    M cmake/scripts/test.sh (42)
    M docs/build-system.md (1)
    A sdk/rust/Cargo.toml (16)
    A sdk/rust/build.rs (20)
    A sdk/rust/src/lib.rs (601)
    M services/proto/build.rs (18)
    M services/proto/proto_gen/templates/proto.j2 (4)
    M services/proto/src/teaclave_frontend_service.rs (7)
    M types/Cargo.toml (1)
    M types/src/attestation.rs (6)
    M types/src/crypto.rs (7)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/455.patch
https://github.com/apache/incubator-teaclave/pull/455.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/455

Reply via email to