use-transaction
Generic financial transaction primitives for RustUse finance crates.
use-transaction provides small identifiers, date wrappers, statuses, directions, and a generic amount-bearing transaction type. It does not model market trades.
Example
use Amount;
use ;
let transaction = new;
assert_eq!;
# Ok::
Scope
Use this crate for general financial transaction vocabulary. It does not represent market trades, orders, fills, exchange events, broker APIs, or market-data activity.
License
Licensed under either MIT or Apache-2.0.