ansi-builder 0.1.6

Rust crate that will have tools to construct ansi control sequences.
Documentation
[[example]]
name = "color"
path = "examples/color.rs"

[[example]]
name = "style"
path = "examples/styles.rs"

[dependencies]

[package]
authors = ["Diego-Henriquez <diego@paragonpawns.com>"]
description = "Rust crate that will have tools to construct ansi control sequences."
edition = "2018"
license = "MIT"
name = "ansi-builder"
readme = "README.md"
repository = "https://github.com/ParagonPawns/ansi-builder"
version = "0.1.6"
[target."cfg(windows)".build-dependencies.windows]
version = "0.10.0"
[target."cfg(windows)".dependencies.windows]
version = "0.10.0"