lokhmatoff / temperature-converter

Convert Fahrenheit to Celsius and vice versa 🌡️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rusty Temperature Converter

This is the pet project

Convert Fahrenheit to Celsius and vice versa 🌡️
The program was implemented in the course of studying basic concepts of Rust 🦀

Usage

$ temperature-converter <input_temperature> [-f]
  • -f — Specify <input_temperature> in Fahrenheits.

Input temperature can be either int or float.

About

Convert Fahrenheit to Celsius and vice versa 🌡️

License:MIT License


Languages

Language:Rust 100.0%