tktax-histogram 0.2.2

A Rust crate that provides robust monthly histogram utilities for financial transactions, using specialized types from the TKTAX ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
// ---------------- [ File: tktax-histogram/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{create_account_histogram}
x!{histogram_month}
x!{histogram}
x!{histogram_bin}
x!{histogram_display_strategy}
x!{histogram_builder}