palett 0.0.5

ansi color space tool
Documentation
# palett

[![crate](https://img.shields.io/crates/v/palett.svg)](https://crates.io/crates/palett)
[![documentation](https://docs.rs/palett/badge.svg)](https://docs.rs/palett)
[![minimum rustc 1.48](https://img.shields.io/badge/rustc-1.48+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
[![build status](https://github.com/rust-num/palett/workflows/master/badge.svg)](https://github.com/rust-num/palett/actions)

Ansi color tool for Rust

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
palett = ">=0.0.1"
```

and this to your crate root:

```rust
extern crate palett;
```

## Compatibility

The `palett` crate is tested for rustc 1.48 and greater.

## License

Licensed under

* [MIT license]http://opensource.org/licenses/MIT