fixed-macro 1.2.0

Macros for creating fixed-point constants for types in the `fixed` crate.
Documentation
1
2
3
fn main() {
    fixed_macro::fixed!(123.45f64: U4F4);
}