Re-exports§
Modules§
Macros§
- _opion_
grid - _opion_
inner - create_
static_ stor - generate a static global stor which is read fast but updated slow using cow technologies create_static_stor!(VISIBILITY NAME: TYPE) where T: ?Sized + Clone + Default + Send + Sync; TODO FIXME minimum required visibility is pub(super) stor type must implement Default and Clone generates a pub (TODO: visibility options) module with with and with_mut fns
- impl_
scoped_ mut - implement ScopedMut for a type
- impl_
scoped_ mut_ inner - impl ScopedMut for T { impl_scoped_mut_inner!(T); }
- opion
- macro for compact operator implementations