const-reify-derive 0.1.0

Proc macro: #[reifiable] for automatic const-generic dispatch
Documentation

const-reify-derive

Proc macro providing #[reifiable] for automatic const-generic dispatch.

Annotate a trait with #[reifiable(range = 0..=255)] and the macro generates match-table dispatch functions for each const-generic method, plus NatCallback wrapper structs for integration with const_reify::reify_nat.