Crates.io | dynamic-dispatch |
lib.rs | dynamic-dispatch |
version | 0.5.4 |
source | src |
created_at | 2022-11-10 01:14:42.00889 |
updated_at | 2024-01-19 10:26:39.900307 |
description | Allows compiling generic functions that do not have generic parameters inside a library, specifying all the possible specializations for each generic type |
homepage | |
repository | https://github.com/Guilucand/dynamic-dispatch-rs |
max_upload_size | |
id | 709111 |
size | 14,272 |
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.