solana/frozen-abi/src
behzad nouri 88ee8f5820
replaces once_cell::sync::OnceCell with std::sync::OnceLock (#33140)
std::sync::OnceLock has become stable since rust 1.70.0 and there is no
longer a need for an external crate dependency.
2023-09-06 16:46:51 +00:00
..
abi_digester.rs Bump syn from 1.0.109 to 2.0.5 (#31263) 2023-04-24 22:18:51 -07:00
abi_example.rs replaces once_cell::sync::OnceCell with std::sync::OnceLock (#33140) 2023-09-06 16:46:51 +00:00
hash.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lib.rs