| Crates.io | wuff |
| lib.rs | wuff |
| version | 0.2.1 |
| created_at | 2025-08-25 10:27:04.326614+00 |
| updated_at | 2025-09-10 22:20:05.338284+00 |
| description | Pure-rust WOFF and WOFF2 font decoding |
| homepage | |
| repository | https://github.com/nicoburns/wuff |
| max_upload_size | |
| id | 1809329 |
| size | 93,991 |
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.
The decoder is ported and producing byte-identical files to the woff2 library for every font in https://github.com/google/fonts.
woff2 directory contains a copy of https://github.com/google/woff2/old directory contains the initial translation of the C++ code into Rustsrc directory contains a rewrite into idiomatic Rust