paft-aggregates
Aggregated snapshot and report models built on the paft primitives.
Install
Prefer the facade crate for most applications:
[]
= "0.4.0"
Advanced (direct dependency, minimal features):
[]
= { = "0.4.0", = false, = ["rust-decimal"] }
What’s inside
info:FastInfo,Info— lightweight instrument snapshots (identity, prices, ranges, and timestamp)reports:InfoReport,SearchReport,DownloadReport— merge-friendly report envelopes withwarnings
This crate only defines data models and serde; it performs no network I/O.
Features
rust-decimal(default) |bigdecimal: choose money backend viapaft-moneyforwardingpanicking-money-ops: forwards topaft-moneyto enable panicking arithmetic operators
Links
- API docs: https://docs.rs/paft-aggregates
- Workspace overview: https://github.com/paft-rs/paft/blob/main/README.md
- License: https://github.com/paft-rs/paft/blob/main/LICENSE