1#![allow(unused_imports)]
2#![allow(unused_variables)]
3#![allow(dead_code)]
4
5#[macro_use] mod imports; use imports::*;
6
7x!{analyze}
8x!{errors}
9x!{fetch_usage}
10x!{read_cache}
11x!{read_config}
12x!{summary}
13x!{usage}
14x!{correlation}
15x!{variance}
16x!{align_and_normalize}
17x!{pearson}
18x!{intersect_date_ranges}
19x!{version_download}
20x!{crates_io_response}
21x!{display_correlations}
22x!{cli}
23x!{crate_activity_data}
24x!{pca}
25x!{activity}
26x!{workspace}
27x!{hierarchical_clustering}
28x!{display_dendrogram}
29x!{correlation_graph}
30x!{time_lag_correlation}
31x!{outlier_detection}