wuff-capi 0.2.0

C API for the wuff WOFF2 decoder, compatible with the woff2 C library's decoding API
Documentation
1
2
3
4
5
6
fn main() {
    // Expose the C/C++ headers to dependent crates as DEP_WUFF_INCLUDE_DIR
    // (the `links = "wuff"` key in Cargo.toml determines the WUFF part).
    let manifest_dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();
    println!("cargo::metadata=include_dir={manifest_dir}/include");
}