mut_static
Provides a struct to help create mutable statics with lazy_static.
Quickstart
To create a mutable static simply put your lazy_static object inside of a MutStatic:
use MutStatic;
use mem;
// Declaring a MutStatic
lazy_static!
Provides a struct to help create mutable statics with lazy_static.
To create a mutable static simply put your lazy_static object inside of a MutStatic:
use MutStatic;
use mem;
// Declaring a MutStatic
lazy_static!