[][src]Crate copystr

Copy String

Strings that exist on the stack. This makes them Copy. Useful for when you want to keep some small text inside a struct or enum and retain copy semantics. Strings are stored as a byte array with UTF8 conversion on the fly.

Macros

csstruct

Structs

s4
s8
s16
s32