Crates.io | fahrcel |
lib.rs | fahrcel |
version | 1.0.0 |
source | src |
created_at | 2022-08-23 14:58:02.829006 |
updated_at | 2022-08-23 14:58:02.829006 |
description | A CLI tool to make Fahrenheit <--> Celsius convertions |
homepage | https://github.com/cromega08/fahRcel |
repository | https://github.com/cromega08/fahRcel |
max_upload_size | |
id | 651035 |
size | 3,958,002 |
A CLI tool to make Fahrenheit <--> Celsius convertions.
$ cargo install fahrcel
To call fahRcel, type in your terminal:
$ fahrcel
The positional arguments required are:
[output_type] option to convert numeric value:
[number] numeric value to convert
The final structure to use fahRcel is:
$ fahrcel [output_type] [number]
To get help, type:
$ fahrcel --help
$ fahrcel c 5
Result: 5fh = -15.000001c
$ fahrcel c 5.6
Result: 5.6fh = -14.666667c
$ fahrcel c 5
Result: 5fh = -15.000001c