assoc_static 0.2.0

Associate static objects to types
Documentation
1
2
3
4
This crate allows one to associate static objects to types. This is particulary usefull to
overcome the rust limitation that static data can not be generic.