strtod 0.2.0

A high precision floating point parser implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "strtod"
version = "0.2.0"
edition = "2018"
rust-version = "1.48.0"
description = "A high precision floating point parser implementation for Rust"
documentation = "https://docs.rs/strtod"
readme = "README.md"
homepage = "https://github.com/kod-kristoff/strtod"
repository = "https://github.com/kod-kristoff/strtod"
license = "MIT OR Apache-2.0"
keywords = ["f64", "float", "parse", "parsing", "strtod"]

[workspace]
# resolver = "2"
members = ["extras/data-tests", "extras/simple-bench"]