[go: up one dir, main page]

textwrap 0.2.0

Library for word wrapping strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "textwrap"
version = "0.2.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = "Library for word wrapping strings."
documentation = "https://docs.rs/textwrap/"
repository = "https://github.com/mgeisler/textwrap"
readme = "README.md"
keywords = ["text", "string", "formatting", "wrap", "typesetting"]
license = "MIT"

[dependencies]
unicode-width = "0.1.3"