11 releases (4 breaking)
0.5.5 | Sep 9, 2024 |
---|---|
0.5.3 | Aug 4, 2024 |
0.5.0 | Jul 15, 2024 |
0.4.0 | Jul 12, 2024 |
0.1.1 | Aug 8, 2023 |
#1077 in Command line utilities
631 downloads per month
17KB
303 lines
temp-conv
temp-conv is a cli-tool to convert between diffirent units for temperatures.
Installation
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.
Usage
The binary is named temp-conv
Running it with no arguments or temp-conv --help
will bring up a help page.
Feature Request
For feature requests just open an issue on GitHub
Todos
- output to file
License
Licensed under MIT license.
lib.rs
:
temp-conv
temp-conv is a framework for converting between different temperature units, but it has also it's own cli-tool which uses said framework.
Dependencies
~1.5–2.7MB
~52K SLoC