[go: up one dir, main page]

dtoa 1.0.2

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

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]