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 |
#14 in #dispatch
40 downloads per month
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.5–4MB
~73K SLoC