actix-storage-dashmap 0.3.0

An implementation of actix-storage based on dashmap
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "actor")]
mod actor;
mod basic;

#[cfg(feature = "actor")]
pub use actor::DashMapActor;
pub use basic::DashMapStore;