[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 20, 2026, 2:25 AM +0200) f765bca8 c1c19afc

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 3.1.0 - 2025 Jun 20 4 4 - Add FLOP and FLOPS units 5 5 - Update `fastnum` dependency 6 6 - Fix conversion of `torr`, `btu/s` and `btu/h`
+1 -1
Cargo.lock
··· 47 47 48 48 [[package]] 49 49 name = "cpc" 50 - version = "3.0.0" 50 + version = "3.1.0" 51 51 dependencies = [ 52 52 "console_error_panic_hook", 53 53 "fastnum",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "3.0.0" 3 + version = "3.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"