behest-store 0.5.9

Persistence traits and storage backends for the behest agent runtime
Documentation
1
2
3
4
5
//! MongoDB session store implementation using document-per-session model.

pub mod session;

pub use session::MongodbSessionStore;