docs.rs failed to build material-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Material
A material design color palette for the terminal
Installation
Homebrew
Cargo
First, install Rust (using the recommended rustup
installation method) and then
Usage
Run the command material
in the terminal.
Type the color code to copy its hex color to the clipboard. Type Esc to exit.
As a library
This crate can also be used as a library in your own apps.
use colors;
assert_eq!;
assert_eq!;
From Ratatui
Colors provided by the library can be converted to Ratatui colors. Just
enable the ratatui
feature.
use colors;
use *;
let line = styled;