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.
cargo install rink
Add this to your Cargo.toml
:
toml
[dependencies]
rink = "0.1"
and this to your crate root:
rust
extern crate num