rust-average/src
Vinzent Steinberg a76014227c Fix macros in combination with serde1 feature
Before, the feature would be resolved in the crate where the macro was used,
not in the `average` crate as intended.  Now, the macros are defined depending
on the `serde1` feature, fixing this issue.
2019-07-31 16:22:55 +02:00
..
moments Fix macros in combination with serde1 feature 2019-07-31 16:22:55 +02:00
histogram.rs Fix macros in combination with serde1 feature 2019-07-31 16:22:55 +02:00
lib.rs Fix clippy warnings 2019-07-08 17:32:44 +02:00
macros.rs Clean up doctests 2019-07-08 17:32:43 +02:00
minmax.rs Fix serde1 feature and remove unneccessary crate import 2019-07-08 17:32:43 +02:00
quantile.rs Fix serde1 feature and remove unneccessary crate import 2019-07-08 17:32:43 +02:00
traits.rs Small improvements to Histogram docs 2018-07-06 10:52:19 +02:00
weighted_mean.rs Fix serde1 feature and remove unneccessary crate import 2019-07-08 17:32:43 +02:00