[go: up one dir, main page]

dtoa 1.0.1

Fast floating point primitive to string conversion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting"]
description = "Fast floating point primitive to string conversion"
documentation = "https://docs.rs/dtoa"
edition = "2018"
exclude = ["performance.png", "chart/**"]
license = "MIT OR Apache-2.0"
name = "dtoa"
readme = "README.md"
repository = "https://github.com/dtolnay/dtoa"
rust-version = "1.36"
version = "1.0.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]