> thanks man! i have a `debug_types` branch out there for your reference. iirc > i put a proc macro to simplify the work. however, it made the sgx_types crate > depends on something. this is not what i desired. so i stopped merge that. if > we can implement Debug for all of the types including types with large > arrays, it's really really helpful.
Thanks a lot for giving some pointers and feedback! I will have a look at the branch and see if there is a way to get the proc macro to work without pulling in dependencies. If it does pull in a dependency, will it be OK to tie it to a feature that is not included by default, so that it will be up to the crate user to decide when they want the debug types etc? -- 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#issuecomment-799492692
