temp-convert 1.0.0

A command line tool to convert between common temperature units.
Documentation
  • Coverage
  • 36.36%
    4 out of 11 items documented0 out of 2 items with examples
  • Size
  • Source code size: 19.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.84 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • brysonbw/temp-convert
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • brysonbw

Temperature Converter

Command line tool to convert between common temperature units

Crates.io Crates.io

Usage

git clone git@github.com:brysonbw/temp-convert.git
cd temp-convert

Build

cargo build

Test

cargo test

Format

cargo fmt