Expand description
A list of things likely to be required by most dependents.
Re-exports§
pub use super::meta;
Structs§
- An array of 256 elements, mapping most of the CP437 values to UTF-8 characters
- A structure representing a file’s metadata
- A dictionary of 256 elements, mapping selected UTF-8 characters to corresponding CP437
Statics§
- A list of 16 RGB values corresponding to the 4-bit colours used by CP437 files
Functions§
- Apply
UTF8_TO_CP437
to the given string - Apply
CP437_TO_UTF8
to the given bytes