glyphore 0.1.1

MapLibre glyph PBF generation library and command-line interface
Documentation
1
2
3
4
5
6
7
8
9
//! MapLibre glyph PBF generation for Rust.
//!
//! The default `cli` feature builds the `glyphore` command-line interface.
//! Disable default features when only the Rust API is needed.

#![forbid(unsafe_code)]
#![warn(missing_docs)]

pub use glyphore_core::{Error, FontFace, generate_range};