Expand description
A list of things likely to be required by most dependents.
Re-exports§
pub use super::meta;
Structs§
- CP437_
TO_ UTF8 - An array of 256 elements, mapping most of the CP437 values to UTF-8 characters
- Meta
- A structure representing a file’s metadata
- UTF8_
TO_ CP437 - A dictionary of 256 elements, mapping selected UTF-8 characters to corresponding CP437
Enums§
- Colour
Scheme - A collection of colour schemes.
Functions§
- to_
cp437 - Apply
UTF8_TO_CP437
to the given string - to_utf8
- Apply
CP437_TO_UTF8
to the given bytes