Crate rcstring [] [src]

Macros

cstr

Constructs a new CString from a string literal

Structs

CString

Type representing a C-compatible string.

Error

Error returned when a CString was initialized without a trailing NULL byte, or if there are non-ASCII characters in the string

Type Definitions

c_char

Platform-specific c_char type. This is defined for cases where the user cannot import libc.