Skip to content

funwarioisii/d2h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages