crate-activity 0.4.0

This crate provides a way to monitor the usage for a set of crates.io crates
Documentation
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(dead_code)]

#[macro_use] mod imports; use imports::*;

x!{analyze}
x!{errors}
x!{fetch_usage}
x!{read_cache}
x!{read_config}
x!{summary}
x!{usage}
x!{correlation}
x!{variance}
x!{align_and_normalize}
x!{pearson}
x!{intersect_date_ranges}
x!{version_download}
x!{crates_io_response}
x!{display_correlations}
x!{cli}
x!{crate_activity_data}
x!{pca}
x!{activity}
x!{workspace}
x!{hierarchical_clustering}
x!{display_dendrogram}
x!{correlation_graph}
x!{time_lag_correlation}
x!{outlier_detection}