strtod 0.0.1

A high precision floating point parser implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Pieter van Ginkel <pvginkel@gmail.com>"]
description = "A high precision floating point parser implementation for Rust"
documentation = "http://pvginkel.github.io/strtod/strtod/"
homepage = "https://github.com/pvginkel/strtod"
keywords = ["strtod", "parse", "parsing", "floating point", "f64"]
license = "Apache-2.0"
license-file = "LICENSE"
name = "strtod"
readme = "README.markdown"
repository = "https://github.com/pvginkel/strtod"
version = "0.0.1"