Expand description
Data structures useful for font work.
Re-exports§
Modules§
- fnv 🔒
- A fork of the
fnvcrate from https://github.com/servo/rust-fnv. The code is forked since it is small and to reduce the maintenance overhead of importing into other monorepos. - int_set
- A fast, efficient, sparse, & ordered unsigned integer (u32) bit set which is invertible.
- range_
set 🔒 - Stores a disjoint collection of ranges over numeric types.
Structs§
- Range
Set - A set of disjoint ranges over numeric types.