ivila commented on PR #171: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/171#issuecomment-2687989161
Why don't we make it `no-std`, I think it can be easily achieved by: 1. `std::collections::{HashMap, HashSet}` => `hashbrown::{HashSet, HashMap}` 2. `std::sync::RwLock` => `spin::RwLock` 3. For other imports, just import from `core` or `alloc` directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org