numeric-lut
A library for generating numeric lookup functions. Currently, it requires the use of the
proc_macro_hygiene
nightly feature.
Examples
let lut = lut!;
let x = lut;
assert_eq!;
numeric-lut
A library for generating numeric lookup functions. Currently, it requires the use of the
proc_macro_hygiene
nightly feature.
let lut = lut!;
let x = lut;
assert_eq!;