mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-05 02:19:44 +00:00
d25c668ee4
lazy_static, if no_std environments were used, effectively required always using spin locks. This resolves the ergonomics of that while adopting Rust std code. no_std does still use a spin based solution. Theoretically, we could use atomics, yet writing our own Mutex wasn't a priority. |
||
---|---|---|
.. | ||
hash_to_point.rs | ||
lib.rs | ||
varint.rs |