rusmes-storage 0.1.2

Storage abstraction layer for RusMES — trait-based mailbox and message store with filesystem (maildir), PostgreSQL, and AmateRS distributed backends
Documentation
1
2
3
4
5
6
7
//! Storage backend implementations

pub mod amaters;
pub mod filesystem;
pub mod postgres;
pub mod postgres_complete;
pub mod sqlite;