Crates.io | colorhash256 |
lib.rs | colorhash256 |
version | 0.1.2 |
source | src |
created_at | 2015-09-09 23:09:37.785616 |
updated_at | 2022-10-01 23:12:06.958411 |
description | Like Chroma-Hash, but with ANSI terminal colors. |
homepage | https://codeberg.org/valpackett/colorhash256 |
repository | https://codeberg.org/valpackett/colorhash256 |
max_upload_size | |
id | 3020 |
size | 4,795 |
A Rust library that's like Chroma-Hash, but with ANSI terminal colors.
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");
This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE
file or unlicense.org.