ellipse 0.2.0

Truncate and ellipse strings in a human-friendly way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ellipse"
version = "0.2.0"
authors = ["Moritz Gunz <moritz.gunz@gmail.com>"]
edition = "2018"

description = "Truncate and ellipse strings in a human-friendly way."
keywords = ["truncate", "ellipse", "string", "human"]
categories = ["text-processing", "value-formatting"]
license = "MIT OR Apache-2.0"
readme = "README.md"

repository = "https://github.com/NeoLegends/ellipse"

[dependencies]
unicode-segmentation = "1.2.1"