rink 0.1.0

Unit conversion tool and library, similar to frink
Documentation

Rink

A unit conversion tool in Rust. The name is a subset of frink, another unit conversion tool, to indicate that this tool implements a subset of frink's features.

Install

cargo install rink

Usage

Add this to your Cargo.toml:

[dependencies]
rink = "0.1"

and this to your crate root:

extern crate num