temp-conv

Crates.iotemp-conv
lib.rstemp-conv
version0.3.3
sourcesrc
created_at2023-08-07 12:54:46.924486
updated_at2024-07-15 19:42:15.318194
descriptionA simple cli-based unit converter for temperatures
homepage
repositoryhttps://github.com/baumbus/temp-conv
max_upload_size
id937920
size16,223
Erik Graumann (baumbus)

documentation

README

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.

Commit count: 40

cargo fmt