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!
. - Four
Char Code - The main structure, actually a u32.
Enums§
- FccConversion
Error - An enum representing a conversion (eg. string->fcc or format->fcc) error