Module static_strings

Source
Expand description

Provides a mechanism to turn an arbitrary CStr into a static. The primary use is for FFIs like Perfetto which require any trace point names to be static.

Structs§

StaticString
Holds a reference to a ’static string that was registered via register_string.

Statics§

STATIC_STRINGS 🔒