wuff 0.1.0

Pure-rust WOFF2 font decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
WIP port of https://github.com/google/woff2/ to Rust, with a focus on the decoder.

## Files

- The `woff2` directory contains a copy of https://github.com/google/woff2/
- The `old` directory contains the initial translation of the C++ code into Rust
- The `src` directory contains a rewrite into idiomatic Rust

## Status

- The decoder is translated and compiles
- The code is not in a working state