crispr_temperature_calculator

Crates.iocrispr_temperature_calculator
lib.rscrispr_temperature_calculator
version1.1.1
sourcesrc
created_at2022-03-31 20:20:10.386956
updated_at2022-04-08 18:12:19.482593
descriptionA package for calculating the temperature of a from celsius to fahrenheit
homepage
repository
max_upload_size
id559872
size9,046
Crispr (CrispiCas)

documentation

README

Temperature Calculator

Calculates the Celsius temperature to Fahrenheit

How to install

Download Rust: https://www.rust-lang.org/tools/install

Check if rust is succsesfully installed

rustc --version

install the cargo crate with

cargo install crispr_temperature_calculator

Usage

List all functions

crispr_temperature_calculator --help

or

crispr_temperature_calculator -h

Convert Celsius to Fahrenheit

crispr_temperature_calculator -temp <temperature in Fahrenheit>

or

crispr_temperature_calculator -t <temperature in Fahrenheit>

Example

Input: crispr_temperature_calculator --temp 10 Or crispr_temperature_calculator -t 10

Output: The temprature in Fahrenheit is 50°

Commit count: 0

cargo fmt