Crate four_char_code

Source

Macros§

fcc_format
Returns a FourCharCode from a format! like expression without allocation if valid. Returns an error describing the problem otherwise.
four_char_code
Create a checked FourCharCode at compile time

Structs§

Display
Helper struct to safely print FourCharCode with format!.
FourCharCode
The main structure, actually a u32.

Enums§

FccConversionError
An enum representing a conversion (eg. string->fcc or format->fcc) error