colorhash256 0.1.0

Like Chroma-Hash, but with ANSI terminal colors.
Documentation

colorhash256 crates.io Build Status API Docs unlicense

A Rust library that's like Chroma-Hash, but with ANSI terminal colors.

Usage

extern crate colorhash256;

let ansi = colorhash256::hash_as_ansi(b"Correct Horse Battery Staple");
let rgb = colorhash256::hash_as_rgb(b"Correct Horse Battery Staple");

Contributing

Please feel free to submit pull requests! Bugfixes and simple non-breaking improvements will be accepted without any questions :-)

By participating in this project you agree to follow the Contributor Code of Conduct.

The list of contributors is available on GitHub.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.