[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.4.2

Kasper (Apr 8, 2021, 1:55 AM +0200) 01d00a72 8d70be09

+5 -2
+3
CHANGELOG.md
··· 1 + ## 1.4.1 - 2021 Apr 8 2 + - Fix d128 errors due to d128 error status not being cleared 3 + 1 4 ## 1.4.1 - 2021 Apr 8 2 5 - Fix panic when input is empty string 3 6
+1 -1
Cargo.lock
··· 14 14 15 15 [[package]] 16 16 name = "cpc" 17 - version = "1.4.1" 17 + version = "1.4.2" 18 18 dependencies = [ 19 19 "decimal", 20 20 ]
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.4.1" 3 + version = "1.4.2" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"