[dependencies]
[lib]
name = "fixed32"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fixed Point types"
edition = "2024"
license = "MIT"
name = "fixed32"
readme = "README.md"
repository = "https://github.com/piot/fixed32-rs"
version = "0.0.19"
[[test]]
name = "test"
path = "tests/test.rs"