1//! A woff2 wrapper crate for fontsan 2//! 3//! This is a helper crate for fontsan, which builds woff2 and links it with the 4//! rust brotli-decompressor crate (with the c-ffi). 5 6extern crate brotli_decompressor;