ansi-str 0.9.0

A library which provides a set of methods to work with ANSI strings
Documentation
[dependencies.ansitok]
version = "0.3.0"

[[example]]
name = "get"
path = "examples/get.rs"

[[example]]
name = "split"
path = "examples/split.rs"

[[example]]
name = "split_at"
path = "examples/split_at.rs"

[lib]
name = "ansi_str"
path = "src/lib.rs"

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.9.0"