Add non-dynamic version of DataProvider #422
Labels
C-data-infra
Component: provider, datagen, fallback, adapters
T-enhancement
Type: Nice-to-have but not required
DataProvider currently passes all data through dynamic dispatch and type downcasting, in order to support being used as a trait object. As an alternative for users, we should add a version that uses generics. We can have DataProvider and DataProviderCore, like Rnd and RndCore in the rnd crate.
The text was updated successfully, but these errors were encountered: