postscript 0.2.2

The package provides a parser for PostScript fonts.
Documentation
1
2
3
4
5
6
7
8
//! The Type 2 charstring format.

pub mod compound;
pub mod primitive;

mod program;

pub use self::program::Program;