colorhash256

Crates.iocolorhash256
lib.rscolorhash256
version0.1.2
sourcesrc
created_at2015-09-09 23:09:37.785616
updated_at2022-10-01 23:12:06.958411
descriptionLike Chroma-Hash, but with ANSI terminal colors.
homepagehttps://codeberg.org/valpackett/colorhash256
repositoryhttps://codeberg.org/valpackett/colorhash256
max_upload_size
id3020
size4,795
Val Packett (valpackett)

documentation

README

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.

Commit count: 0

cargo fmt