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::rc::Weak as RcWeak;

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