From 7ac16c974ecd3b70f44da289576a1b08799a2fc1 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 11 Jul 2018 12:58:17 +0200 Subject: [PATCH] Mention no_std support --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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]