From 18625d9205256bed8d2ea063feaa7b2bf31ec99e Mon Sep 17 00:00:00 2001 From: Kasper Date: Mon, 21 Sep 2020 19:19:54 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f14abdc..9c1367e 100644 --- a/README.md +++ b/README.md @@ -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 }`. [docs.rs documentation](https://docs.rs/cpc) + [List of all supported units](https://docs.rs/cpc/latest/cpc/units/enum.Unit.html) ## CLI Installation