colorhash256 0.1.2

Like Chroma-Hash, but with ANSI terminal colors.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 9.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 625.71 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 8s Average build duration of successful builds.
  • all releases: 1m 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • valpackett

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.