funwarioisii / d2h

CLI Tool for decimal to hex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d2h

d2h converts decimal numbers to hexadecimal numbers.

when you passed three decimal numbers, it will put a color code schema.

$ d2h 255 100
255 -> #ff
100 -> #64
$ d2h 255 100 0
#ff6400

Install

$ cargo install --git https://github.com/funwarioisii/d2h.git

This is toy program for learning Rust.

About

CLI Tool for decimal to hex


Languages

Language:Rust 100.0%