From 0dcd13f775be4a58ca0ead531b27b263fbb4a8a4 Mon Sep 17 00:00:00 2001 From: Kasper Date: Sat, 13 Jan 2024 08:39:21 +0100 Subject: [PATCH] Recommend fend --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6fc892..f9ed648 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ It also lets you mix units, so for example `1 km - 1m` results in `999 Meter`. [List of all supported units](https://docs.rs/cpc/latest/cpc/units/enum.Unit.html) +> [!TIP] +> [fend](https://github.com/printfn/fend) is a great alternative to cpc + ## CLI Installation Install using `cargo`: ```