## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Rust SDK's example.
Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] 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 - [x] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How has this been tested? ## 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/468 -- Commit Summary -- * rust sdk example * rust sdk example echo * rust sdk example echo update -- File Changes -- A examples/rust/builtin_echo/.gitignore (1) A examples/rust/builtin_echo/Cargo.toml (12) A examples/rust/builtin_echo/src/main.rs (84) A examples/rust/builtin_ordered_set_intersect/Cargo.toml (13) A examples/rust/builtin_ordered_set_intersect/src/main.rs (200) A examples/rust/builtin_ordered_set_intersect/tmp.txt (0) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/468.patch https://github.com/apache/incubator-teaclave/pull/468.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/468
