fission-text-engine 0.2.0

Text shaping, editing, and measurement primitives for Fission
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fission-text-engine"
version = "0.2.0"
edition = "2021"

license = "MIT"
repository = "https://github.com/worka-ai/fission"
homepage = "https://fission.rs"
documentation = "https://fission.rs"
description = "Text shaping, editing, and measurement primitives for Fission"
readme = "README.md"
[dependencies]
ropey = "1.6"

[dev-dependencies]