Remove Store
trait from drmem-api
crate
#124
Labels
backend
Issue is about backend storage
difficulty:easy
Issue should be easy to fix
good first issue
Good for newcomers
refactor
Code works but could be written better
Milestone
In the v0.4.0 release, I put both the simple and redis back-ends in the
drmemd
source tree. Having them as external crates was silly because no other project was going to use them. After the merge, I forgot to remove the Trait from thedrmem-api
crate.Either the trait needs to be moved into the
drmemd
source or, maybe, just conditionally using one of the modules is enough and the trait can be deleted.The
drmem-api
crate is mainly for writing drivers, at this point.The text was updated successfully, but these errors were encountered: