7 releases (4 breaking)

0.5.0 Jan 19, 2024
0.4.2 May 28, 2023
0.4.0 Nov 10, 2022
0.3.0 Nov 10, 2022
0.1.0 Nov 10, 2022

#2004 in Procedural macros

Download history 18/week @ 2024-01-15 40/week @ 2024-02-26 4/week @ 2024-03-11 47/week @ 2024-04-01

51 downloads per month
Used in dynamic-dispatch

MIT/Apache

13KB
301 lines

Dynamic dispatch

Allows compiling generic functions that do not have generic parameters inside a library, specifying all the possible specializations for each generic type This avoids recompiling all the generics for each crate that uses the functions, allowing better compile times.

Dependencies

~2.5–4MB
~72K SLoC