Like Chroma-Hash, but with ANSI terminal colors https://crates.io/crates/colorhash256
Find a file
2022-10-02 02:12:03 +03:00
src initial commit 2015-09-10 01:28:00 +03:00
.gitignore [ci skip] ignore lock 2015-09-10 22:06:40 +03:00
Cargo.toml update metadata 2022-10-02 02:12:03 +03:00
README.md Update project stuff 2022-08-01 22:05:58 +03:00
UNLICENSE initial commit 2015-09-10 01:28:00 +03:00

colorhash256 crates.io 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");

License

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