assoc_static 1.0.0

Associate static objects to types
Documentation

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.