fontspector-checkapi 1.3.0

Library for developing checks for the fontspector font QA tool
docs.rs failed to build fontspector-checkapi-1.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fontspector-checkapi-1.0.1

fontspector-checkapi

This crate provides an API for writing checks for fontspector. It is used by check implementations in the various profile- crates. As well as the interfae for "talking" to fontspector, it provides some useful functionality for writing checks on TrueType font files.

This crate also exports a prelude module containing the most common items you will need when writing checks.

Check authors should see also fontspector-checkhelper