float_fast_print 0.1.2

Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "float_fast_print"

version = "0.1.2"

authors = ["Peter Bertok <peter@bertok.com>"]

description ="Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams."

repository="https://www.github.com/peter-bertok/float_fast_print"

readme="README.md"

license = "Apache-2.0 OR MIT"

keywords=["float","f32","f64","serialization","formatting"]

categories=["encoding","value-formatting"]

exclude = [".idea/*" ]



[dev-dependencies]

rand = "0.5.4"