Crate cstr

Source
Expand description

This crate contains the cstr macro for making &'static CStr types out of string literals.

Macrosยง

  • Creates a &'static CStr from a string literal.