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

Bump version

Kasper (Mar 30, 2023, 1:10 AM +0200) e4ccc60a 2ccf25af

+4 -3
+2 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.9.1 - 2023 Mar 30 4 4 - Improve formatting of numbers 5 + - Remove unnecessary dependencies (@jqnatividad) 5 6 6 7 ## 1.9.0 - 2022 Dec 30 7 8 - Add `marathon` unit
+1 -1
Cargo.lock
··· 25 25 26 26 [[package]] 27 27 name = "cpc" 28 - version = "1.9.0" 28 + version = "1.9.1" 29 29 dependencies = [ 30 30 "decimal", 31 31 "regex",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.9.0" 3 + version = "1.9.1" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2021"