Registry / utility / fixed-macro

fixed-macro

JSON →
library1.2.0rscratesunverified

Macros for creating fixed-point constants for types in the `fixed` crate.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use fixed_macro::fixed;

Creates a fixed-point constant using the fixed macro.

use fixed_macro::fixed; use fixed::types::I16F16; fn main() { let val: I16F16 = fixed!(1.5: I16F16); println!("{}", val); }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources