Expand description
§RGB-IO
§Project
- Repository: https://bitbucket.org/haibison/rgb-io
- License: Nice License 1.0.0 (see LICENSE file at root directory of
master
branch) - This project follows Semantic Versioning 2.0.0
§Features
This is a simple program, which lets you type in RGB color(s) in hexadecimal format, then prints sample color(s) to standard ouput.
You can run the program with help
command for more details.
§Building from source or installing via Cargo
This crate is intended to be used as a program. So default features just contain some documentation, constants and no dependencies.
bin
feature contains a binary which uses some dependencies.
§Building from source:
~> # Clone a specific version via tag name
~> git clone --branch=x.y.z --depth=1 -- https://bitbucket.org/haibison/rgb-io rgb-io-x.y.z/
~> cd rgb-io-x.y.z/
~> cargo build --release --features=bin
§Installing via Cargo:
~> cargo install rgb-io --version=x.y.z --features=bin
Modules§
0.2.0
(December 12th, 2019)
Constants§
- Crate code name
- ID of this crate
- Crate name
- Crate release date (year/month/day)
- Tag, which can be used for logging…
- Crate version
Type Aliases§
- Error type used in this crate
- Result type used in this crate