Skip to content

Commit

Permalink
[IFT] Add module comment for table_keyed.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
garretrieger committed Nov 15, 2024
1 parent 7f00f54 commit f62f973
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions incremental-font-transfer/src/table_keyed.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//! Implementation of Table Keyed patch application.
//!
//! Table Keyed patches are a type of incremental font patch which stores opaque binary diffs
//! keyed by table tag.
//!
//! Table Keyed patches are specified here:
//! <https://w3c.github.io/IFT/Overview.html#table-keyed>
//!
use std::collections::BTreeSet;

use crate::font_patch::PatchingError;
Expand Down

0 comments on commit f62f973

Please sign in to comment.