Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbrandstetter/cli-temperature-converter

A lightweight cli rust application to convert Celsius, Fahrenheit and Kelvin.
https://github.com/dbrandstetter/cli-temperature-converter

cli rust rust-lang temperature-converter

Last synced: 6 days ago
JSON representation

A lightweight cli rust application to convert Celsius, Fahrenheit and Kelvin.

Awesome Lists containing this project

README

        

# CLI RustπŸ¦€ Temperature Converter 🌑
A lightweight cli rust application to convert Celsius, Fahrenheit and Kelvin.

This project helped me successfully practice rust coding and the basic flow control, io and type concepts.

To run, just execute the complied file in /target/release/cli-temperature-converter
and enjoy the CLI experience.

## Usage
![image](https://github.com/dbrandstetter/cli-temperature-converter/assets/100001184/a8054630-576f-4881-a8aa-cf5bcf4f9c17)