[package]
edition = "2024"
name = "f64-fixed"
version = "0.2.1"
authors = ["Oleksandr Polieno <oleksandr@nanvel.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert f64 to fixed-length string"
readme = "README.md"
keywords = [
"f64",
"formatting",
]
categories = ["value-formatting"]
license = "MIT"
repository = "https://github.com/nanvel/f64-fixed"
[lib]
name = "f64_fixed"
path = "src/lib.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[dependencies]