Fixed-point numbers.
# Cargo.toml
[dependencies]
fixed = "1.31.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates fixed-point numbers and performs arithmetic.
Use checked arithmetic methods like `checked_add` or enable wrapping behavior with `Wrapping` wrapper.
No dependency data recorded yet.