diff --git a/README.md b/README.md index 156824f..cc3bff3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Calculate statistics of a sequence iteratively in a single pass, using constant space and avoiding numerical problems. The calculations can be easily parallelized by using `merge`. +This crate works without `std`. + [![Documentation Status]][docs.rs] [![Latest Version]][crates.io] [![Build Status]][travis]