opentype 0.3.2

The package provides a parser for OpenType fonts.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "opentype"
version = "0.3.2"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/opentype"
homepage = "https://github.com/stainless-steel/opentype"
documentation = "https://stainless-steel.github.io/opentype"
description = "The package provides a parser for OpenType fonts."

[[test]]
name = "opentype"
path = "tests/lib.rs"