termwrap 0.1.0

Wrap text in terminal, optionally with Unicode and/or ANSI color codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.strip-ansi-escapes]
version = "0.1.1"

[dependencies.unicode-segmentation]
version = "1.10.1"

[package]
categories = ["text-processing"]
description = "Wrap text in terminal, optionally with Unicode and/or ANSI color codes"
edition = "2021"
keywords = ["wrap", "fold", "string", "unicode", "color"]
license = "MIT"
name = "termwrap"
readme = "README.md"
repository = "https://github.com/qtfkwk/termwrap"
version = "0.1.0"