Add docs.rs links to readme

This commit is contained in:
Kasper 2020-08-20 22:00:04 +02:00
parent a5aa85c1c0
commit 9ae7047930

View File

@ -5,6 +5,9 @@ cpc parses and evaluates strings of math, with support for units and conversion.
cpc lets you mix units, so for example `1 km - 1m` results in `Number { value: 999, unit: Meter }`. cpc lets you mix units, so for example `1 km - 1m` results in `Number { value: 999, unit: Meter }`.
[docs.rs documentation](https://docs.rs/cpc)
[List of all supported units](https://docs.rs/cpc/latest/cpc/units/enum.Unit.html)
## CLI Installation ## CLI Installation
To install the CLI using `cargo`: To install the CLI using `cargo`:
``` ```