Update README.md

This commit is contained in:
Kasper 2020-09-21 19:19:54 +02:00 committed by GitHub
parent 6b91b35b34
commit 18625d9205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ 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) [docs.rs documentation](https://docs.rs/cpc)
[List of all supported units](https://docs.rs/cpc/latest/cpc/units/enum.Unit.html) [List of all supported units](https://docs.rs/cpc/latest/cpc/units/enum.Unit.html)
## CLI Installation ## CLI Installation