pub fn aggregate(range: &DateRange) -> Vec<DailyCostRow>Expand description
Aggregate the ledger into daily rows. Events outside the range (or with a malformed timestamp) are skipped.
pub fn aggregate(range: &DateRange) -> Vec<DailyCostRow>Aggregate the ledger into daily rows. Events outside the range (or with a malformed timestamp) are skipped.