moaminsharifi / temperature-convertor-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature Convertor, Fahrenheit to Celsius and vise versa with Rust

1. install rust on your machine

best document for install is own Rust documention

for linux users download and run rust bash file

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

then just add this line to your shell. for bash:

echo 'source $HOME/.cargo/env' >> ~/.bashrc

2. Run

just use it!

cargo run

cli

Welcome to Convertor App, 
 at first input which type of convert do you need

 1 for convert from Fahrenheit to Celsius
 2 for convert from Celsius to Fahrenheit
 3 for exit

Enter convertor type:

About


Languages

Language:Rust 100.0%