serai/common
Luke Parker d25c668ee4
Replace lazy_static with OnceLock inside monero-serai
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.
2023-06-28 21:45:57 -04:00
..
db Support reloading the mempool from disk 2023-04-14 15:51:56 -04:00
std-shims Replace lazy_static with OnceLock inside monero-serai 2023-06-28 21:45:57 -04:00
zalloc Merge branch 'develop' into crypto-tweaks 2023-03-16 16:43:04 -04:00