saas-rs-sdk 0.6.3

The SaaS RS SDK
1
2
3
4
5
6
7
8
mod factory;
pub mod memory;
#[cfg(feature = "storage-mongodb")]
pub mod mongodb;
#[cfg(feature = "storage-postgres")]
pub mod postgres;

pub use factory::new;