incremental-font-transfer 0.2.0

Client side implementation of the Incremental Font Transfer standard (https://w3c.github.io/IFT/Overview.html)
docs.rs failed to build incremental-font-transfer-0.2.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: incremental-font-transfer-0.4.0

Incremental Font Transfer

A client side implementation of the Incremental Font Transfer standard https://w3c.github.io/IFT/Overview.html#glyph-keyed

More specifically this provides:

Built on top of the read-fonts crate.

Panicking

This library should not panic regardless of API misuse or use of corrupted/malicious font files. Please file an issue if this occurs.

Safety

Unsafe code is forbidden by a #![forbid(unsafe_code)] attribute in the root of the library.