graphy_static_util 0.3.0

Provides some utils to help create mutable statics with lazy_static.
Documentation
1
2
3
4
5
6
7
pub mod force_some_rw_lock_read_guard;

pub mod safe_static;

pub use force_some_rw_lock_read_guard::ForceSomeRwLockReadGuard;

pub use safe_static::SafeStatic;