Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dbrandstetter/cli-temperature-converter
- Owner: dbrandstetter
- Created: 2023-08-13T19:48:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-20T10:08:20.000Z (about 1 year ago)
- Last Synced: 2023-08-20T11:28:41.663Z (about 1 year ago)
- Topics: cli, rust, rust-lang, temperature-converter
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)