[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.8.0

Kasper (Aug 16, 2021, 6:37 AM +0200) 7d807424 a86865e8

+5 -2
+1
CHANGELOG.md
··· 1 1 ## 1.8.0 - 2021 Aug 16 2 2 - Add support for data transfer rate units (like mb/s) 3 3 - Add support for dividing length by speed (like 10 km / 100 kph) 4 + - Fix implicit start/end parentheses 4 5 5 6 ## 1.7.0 - 2021 Jul 14 6 7 - Add operator words `plus`, `minus` and `times`
+3 -1
Cargo.lock
··· 1 1 # This file is automatically @generated by Cargo. 2 2 # It is not intended for manual editing. 3 + version = 3 4 + 3 5 [[package]] 4 6 name = "aho-corasick" 5 7 version = "0.7.18" ··· 23 25 24 26 [[package]] 25 27 name = "cpc" 26 - version = "1.7.0" 28 + version = "1.8.0" 27 29 dependencies = [ 28 30 "decimal", 29 31 "regex",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.7.0" 3 + version = "1.8.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"