zmij_ecma-0.1.0 has been yanked.
Żmij ECMA
Żmij ECMA is a fork of the Żmij crate adjusted to comply with the ECMAScript number-to-string algorithm.
Pure Rust implementation of Żmij, an algorithm to quickly convert floating point numbers to decimal strings.
This Rust implementation is a line-by-line port of Victor Zverovich's implementation in C++, https://github.com/vitaut/zmij.
Example
Performance
The dtoa-benchmark compares this library and other Rust floating point
formatting implementations across a range of precisions. The vertical axis in
this chart shows nanoseconds taken by a single execution of
zmij_ecma::Buffer::new().format_finite(value) so a lower result indicates a faster
library.

License
MIT license.