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
[dev-dependencies.rand]
version = "0.5.4"

[package]
authors = ["Peter Bertok <peter@bertok.com>"]
categories = ["encoding", "value-formatting"]
description = "Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams."
exclude = [".idea/*"]
keywords = ["float", "f32", "f64", "serialization", "formatting"]
license = "Apache-2.0 OR MIT"
name = "float_fast_print"
readme = "README.md"
repository = "https://www.github.com/peter-bertok/float_fast_print"
version = "0.1.2"