unicode-linebreak 0.1.5

Implementation of the Unicode Line Breaking Algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Axel Forsman <axelsfor@gmail.com>"]
categories = ["internationalization"]
description = "Implementation of the Unicode Line Breaking Algorithm"
edition = "2021"
homepage = "https://github.com/axelf4/unicode-linebreak"
include = ["src/**/*", "LICENSE"]
keywords = ["unicode", "text", "layout"]
license = "Apache-2.0"
name = "unicode-linebreak"
readme = "README.md"
repository = "https://github.com/axelf4/unicode-linebreak"
rust-version = "1.56"
version = "0.1.5"