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

Kasper (Aug 20, 2020, 10:50 AM +0200) fa67e701 d800a5f6

+2 -2
+1 -1
Cargo.lock
··· 12 12 13 13 [[package]] 14 14 name = "cpc" 15 - version = "0.1.0" 15 + version = "1.0.0" 16 16 dependencies = [ 17 17 "decimal 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", 18 18 ]
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "0.1.0" 3 + version = "1.0.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"