hexga_core 0.0.11-beta.48

Basic set of functionalities common to all hexga crate
Documentation
1
2
3
4
5
#[cfg(feature = "std")]
pub use std::sync::Weak as ArcWeak;

#[cfg(not(feature = "std"))]
pub use alloc::sync::Weak as ArcWeak;