ansi-str 0.8.0

A library which provides a set of methods to work with ANSI strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.ansitok]
version = "0.2.0"
[dev-dependencies.owo-colors]
version = "3.4.0"

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
categories = ["text-processing", "command-line-interface"]
description = "A library which provides a set of methods to work with ANSI strings"
documentation = "https://docs.rs/ansi-str"
edition = "2021"
homepage = "https://github.com/zhiburt/ansi-str"
keywords = ["cli", "color", "ansi", "terminal", "ansi_term"]
license = "MIT"
name = "ansi-str"
readme = "README.md"
repository = "https://github.com/zhiburt/ansi-str"
version = "0.8.0"