[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 (Jun 29, 2026, 12:37 PM +0200) daaa8e80 ae0915ae

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 4.1.0 - 2026 Jul 29 4 4 - Add currency units 5 5 6 6 ## 4.0.0 - 2026 Jun 27
+1 -1
Cargo.lock
··· 160 160 161 161 [[package]] 162 162 name = "cpc" 163 - version = "4.0.0" 163 + version = "4.1.0" 164 164 dependencies = [ 165 165 "console_error_panic_hook", 166 166 "fastnum",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "4.0.0" 3 + version = "4.1.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2024"