9 releases
Uses new Rust 2024
| 0.2.5 | Apr 27, 2026 |
|---|---|
| 0.2.4 | Apr 21, 2026 |
| 0.2.3 | Dec 17, 2025 |
| 0.2.1 | Sep 10, 2025 |
| 0.0.0 | Aug 25, 2025 |
#500 in Parser implementations
44,566 downloads per month
Used in 5 crates
84KB
1.5K
SLoC
Wuff
Port of https://github.com/google/woff2/ to Rust, with the aim of creating a lightweight pure-rust decoder for WOFF files. Both WOFF and WOFF2 formats are supported.
Status
The decoder is ported and producing byte-identical files to the woff2 library for every font in https://github.com/google/fonts.
Files
- The
woff2directory contains a copy of https://github.com/google/woff2/ - The
olddirectory contains the initial translation of the C++ code into Rust - The
srcdirectory contains a rewrite into idiomatic Rust
Dependencies
~0.2–0.9MB
~14K SLoC