chromatic 0.0.5

A small utility library for building and sampling colour maps.
Documentation
1
2
3
4
//! Configuration for the library.

/// Character used to print the colour in the terminal.
pub const PRINT_BLOCK: char = '\u{2588}';