Expand description
Re-exports§
pub use envelope::iso8601_ms;pub use envelope::Envelope;pub use envelope::Period;pub use table::format_count;pub use table::format_money;pub use table::Cell;pub use table::Style;pub use table::Table;pub use table::UNSUPPORTED;
Modules§
Structs§
- Report
- One report, rendered either way.
Functions§
- emit
- Print a report to stdout: the envelope when
json, otherwise the table. - write_
report emitagainst an arbitrary writer, for tests and for callers that capture output. Never emits escape codes unlessstyleallows them.