dynamic-dispatch

Crates.iodynamic-dispatch
lib.rsdynamic-dispatch
version0.5.4
sourcesrc
created_at2022-11-10 01:14:42.00889
updated_at2024-01-19 10:26:39.900307
descriptionAllows compiling generic functions that do not have generic parameters inside a library, specifying all the possible specializations for each generic type
homepage
repositoryhttps://github.com/Guilucand/dynamic-dispatch-rs
max_upload_size
id709111
size14,272
(Guilucand)

documentation

README

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.

Commit count: 12

cargo fmt