tktax-transaction-category 0.2.2

A Rust library for categorizing financial transactions using Porter stemming, CSV-driven classification, and advanced trait-based extensibility.
Documentation
1
2
3
4
5
6
7
8
9
// ---------------- [ File: tktax-transaction-category/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{create_category_map}
x!{format}
x!{transaction_category}
x!{mock_transaction_category}
x!{transaction_category_prediction}
x!{stemmed_token}