teju 0.1.0

Fast floating point to string conversion
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.ryu]
version = "1.0.20"

[features]
bench = []

[lib]
name = "teju"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std", "no-std::no-alloc", "value-formatting"]
description = "Fast floating point to string conversion"
documentation = "https://docs.rs/teju"
edition = "2024"
keywords = ["float", "ieee-754"]
license = "LGPL-3.0"
name = "teju"
readme = "README.md"
repository = "https://github.com/andrepd/teju-jagua-rs"
version = "0.1.0"