ryu 0.1.0

Fast floating point to decimal string conversion, using the Ryu algorithm.
Documentation

This crate brings Ryu (https://github.com/ulfjack/ryu) to Rust.

For now, it simply uses the C implementation, and exposes the functionality in Rust.

In the future, this crate might be replaced by a native Rust implementation.