Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 475 Bytes

hex2color

Usage: hex2color <FFFFFF or (0-255) (0-255) (0-255)>

Screen Shot 2023-05-01 at 6 50 34 PM

Building with Rust

  • cargo build
  • cargo run FF00FF
  • cargo install --path .

Run with nix

  • nix run github:icecreammatt/hex2color FFFF00

Build and run with nix

  • nix build
  • ./result/bin/hex2color FF0000