#generic #dynamic #dispatch #compiling #function #parameters #compile

dynamic-dispatch

Allows compiling generic functions that do not have generic parameters inside a library, specifying all the possible specializations for each generic type

9 unstable releases

0.5.4 Jan 19, 2024
0.5.3 May 31, 2023
0.4.3 May 28, 2023
0.4.1 Nov 10, 2022
0.1.0 Nov 10, 2022

#4 in #compiling

30 downloads per month

MIT/Apache

7KB

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.6–4MB
~73K SLoC