cbsk_mut_data-0.1.0 has been yanked.
cbsk_mut_data is a ref mut tool
you can use cbsk_mut_data for static data modification, etc
the idea for this cargo crate comes
from dark-std(github)
this cargo crate may be unsafe, if you want safe data, you can
use dark-std(github)
data type
- MutDataObj
- MutDataVec
- MutDataHashMap
more type welcome to submit issue
Simple Example
Cargo.toml file :
= "0.1.0"
main.rs file :
use MutDataObj;
main.rs file(use struct) :
use MutDataObj;
OnceCell Example
Cargo.toml file :
= "1.19.0"
= "0.1.0"
main.rs file :
use MutDataObj;
use Lazy;
pub static B: = new;