woff

Crates.iowoff
lib.rswoff
version0.6.2
created_at2023-02-07 12:41:02.961382+00
updated_at2025-08-23 04:37:28.699016+00
descriptionThe package provides a converter for Web Open Font Format.
homepagehttps://github.com/bodoni/woff
repositoryhttps://github.com/bodoni/woff
max_upload_size
id778712
size2,536,295
Owners (github:buoyantio:owners)

documentation

https://docs.rs/woff

README

WOFF Package Documentation Build

The package provides a converter for Web Open Font Format.

Installation

cargo install --features binary woff

Usage

Usage: woff <source> <destination> [options]

Either the source or destination should end with either .woff or .woff2.

Options for WOFF:
    --major-version <number> — set the major version (1 by default)
    --minor-version <number> — set the minor version (0 by default)

Options for WOFF2:
    --metadata <string> — append metadata (empty by default)
    --quality <number>  — set the compression quality (8 by default)
    --no-transform      — disallow transforms

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.

Commit count: 69

cargo fmt