kcode-k1-accounting 0.1.0

Thread-safe in-memory accounting ledger for exact decimal usage totals.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "kcode-k1-accounting"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Thread-safe in-memory accounting ledger for exact decimal usage totals."

[dependencies]
rust_decimal = "1"