A simple parser for the PC Screen Font file format used to store bitmap fonts, most notably for use in the Linux kernel's built-in console.
Cozette is a good sample PCF font if you're looking for one.
This crate is no_std, no_alloc, and should never panic.
Example
let data: & = & read.unwrap;
let pcf = parse.unwrap;
for glyph_index in b'a' as usize ..= b'z' as usize