Thanks to visit codestin.com
Credit goes to lib.rs

2 unstable releases

0.2.0 Apr 21, 2026
0.1.4 Apr 9, 2026
0.1.0 Feb 10, 2026

#803 in Text processing

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

1,788 downloads per month
Used in 2 crates

MIT/Apache

9.5MB
89K SLoC

try to define Subset trait so I can add methods for Hmtx TODO: make it generic for all tables


skera

skera is a Rust library and binary for subsetting a font file according to provided input.

Installation

Library

To use skera in your Rust project, add it via cargo:

cargo add skera

CLI

To install the skera command-line tool, use cargo install with the cli feature enabled:

cargo install skera --features cli

Usage

CLI

To subset a font using the command-line tool:

skera --path <INPUT_PATH> --unicodes <UNICODES> --output-file <OUTPUT_PATH>

For a full list of available options and flags, run:

skera --help

Dependencies

~6MB
~126K SLoC