Crate cfixed_string[][src]

Macros

Enums

This is a C String abstractions that presents a CStr like interface for interop purposes but tries to be little nicer by avoiding heap allocations if the string is within the generous bounds (512 bytes) of the statically sized buffer. Strings over this limit will be heap allocated, but the interface outside of this abstraction remains the same.