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