Crate qwutils

Source

Re-exports§

pub use imp::*;
pub use refc::*;
pub use if_type::*;
pub use not_empty::*;

Modules§

arc_slice
from_into
if_type
imp
macros
not_empty
refc
scoped
static_stor

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