pub fn cache() -> &'static Bins
Utility function to get a reference to the main cache object for use with serialization.
ustr("Send me to JSON and back"); let json = serde_json::to_string(ustr::cache()).unwrap();