I started implementing the Debug and PartialEq traits using derive. This is to facilitate creating strategies with [proptest](https://github.com/AltSysrq/proptest) and to allow us to easily compare results after the test.
This is WIP, but I wanted to open it up for feedback and to get an idea on if this makes sense to add. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/325 -- Commit Summary -- * feat(sgx_types): add traits using derive -- File Changes -- M sgx_types/src/types.rs (6) -- Patch Links -- https://github.com/apache/incubator-teaclave-sgx-sdk/pull/325.patch https://github.com/apache/incubator-teaclave-sgx-sdk/pull/325.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-sgx-sdk/pull/325
