codepage437 0.1.0

Tools for dealing with various bitmap fonts, specifically IBM Codepage 437
Documentation
1
2
3
4
5
6
/// Constants for ASCII values
pub mod ascii;
mod cp437;
mod font;
pub use cp437::{CP437Error, CP437String};
pub use font::{raw, DrawFont, Font, FontError};