Crates.io | temp-conv |
lib.rs | temp-conv |
version | 0.5.5 |
source | src |
created_at | 2023-08-07 12:54:46.924486 |
updated_at | 2024-09-09 10:24:51.945955 |
description | A simple cli-based unit converter for temperatures |
homepage | |
repository | https://github.com/baumbus/temp-conv |
max_upload_size | |
id | 937920 |
size | 38,510 |
temp-conv is a cli-tool to convert between diffirent units for temperatures.
First, install Rust (using the recommended rustup
method) and then
cargo install temp-conv
This method will build the binary from source.
To update, run the same command again.
The binary is named temp-conv
Running it with no arguments or temp-conv --help
will bring up a help page.
For feature requests just open an issue on GitHub
Licensed under MIT license.