Mention no_std support

This commit is contained in:
Vinzent Steinberg 2018-07-11 12:58:17 +02:00
parent a7dde93df8
commit 7ac16c974e
1 changed files with 2 additions and 0 deletions

View File

@ -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]