Crate cp437_tools

source ·
Expand description

A small collection of tools to handle CP437 files.

This crate is primary written to supply CLI commands, not as a reusable library.

While I’ll try and avoid making changes to the API, be warned that (at least, at the moment) no guarantees are made about its stability.

Re-exports§

  • pub use self::colour::COLOURS;
  • pub use self::cp437::CP437;
  • pub use self::meta::Meta;

Modules§

  • ANSI colours
  • CP437 to UTF-8
  • Fonts used for rendering PNG images
  • Handling of file’s metadata