dtolnay/cargo-tally

Flag to scale by total number of crates

Closed this issue · 1 comments

The number of crates on crates.io is growing exponentially, so it would make sense that most of these graphs would look like exponential curves. Maybe a more interesting comparison would be to divide each data point by the total number of crates available on crates.io on that date. That way you could see for example 4% or crates.io depended on your crate on 2016-11-01 and 8% of crates.io depended on your crate on 2017-11-01.

cargo tally --relative serde rustc-serialize

Implemented in 0.1.3.