WIP port of https://github.com/google/woff2/ to Rust, with a focus on the decoder.
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
Status
- The decoder is translated and compiles
- The code is not in a working state