Skip to main content

Module output

Module output 

Source
Expand description

Output formatting: tables, JSON, CSV, stats, and trend charts.

Re-exports§

pub use csv::format_csv;
pub use json::format_json;
pub use stats::Stats;
pub use stats::compute_stats;
pub use stats::format_stats;
pub use table::TableOptions;
pub use table::format_table;
pub use trend::compute_trend;
pub use trend::format_trend;

Modules§

csv
json
stats
table
trend