raw-cstr

Crates.ioraw-cstr
lib.rsraw-cstr
version0.1.4
sourcesrc
created_at2024-01-05 22:18:58.096172
updated_at2024-01-17 19:13:21.021626
descriptionKeep raw-cstrings in thread local storage for reuse
homepagehttps://github.com/novafacing/raw-cstr
repositoryhttps://github.com/novafacing/raw-cstr
max_upload_size
id1090547
size8,638
Rowan Hart (novafacing)

documentation

README

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.

Commit count: 0

cargo fmt