ustr

Function cache

source
pub fn cache() -> &'static Bins
Expand description

Utility function to get a reference to the main cache object for use with serialization.

ยงExamples

ustr("Send me to JSON and back");
let json = serde_json::to_string(ustr::cache()).unwrap();