Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mnpn/HexDec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexDec

HexDec is a program made in Rust that converts hexadecimal numbers to decimal, and vice versa.

Installation

If you don't want to compile the thing yourself, download the latest release here.

If you instead want to compile HexDec, you can do so by getting Rust. Once that is installed, clone the repository: git clone [email protected]:Mnpn03/HexDec.git to clone with SSH, or git clone https://github.com/Mnpn03/HexDec.git to clone with HTTPS.

Then you simply build it by running cargo build --release.

Usage

$ hexdec <hex to convert>
$ hexdec -h

License

HexDec is FOSS that comes with no warranty. Read more about the license used here.

About

Program in Rust that converts hexadecimal numbers to decimal.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages