3 releases
Uses old Rust 2015
0.1.2 | Oct 1, 2022 |
---|---|
0.1.1 | Aug 1, 2022 |
0.1.0 | Sep 9, 2015 |
#26 in #password-hashing
37 downloads per month
4KB
colorhash256
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.
lib.rs
:
Like Chroma-Hash, but with ANSI terminal colors.
Dependencies
~18MB
~82K SLoC