raw-cstr 0.1.4

Keep raw-cstrings in thread local storage for reuse
Documentation

Raw CStr

Utilities for working with raw C strings from Rust. This primarily is intended to provide a constant-like C-string at runtime by using a thread local cache. Its usage is extremely niche, and is intended to be used by tsffs and other crates which compile to cdylibs which are loaded by non-rust programs.