essence 0.3.3

Essential models and database logic for the Adapt chat platform.
Documentation
1
2
3
4
5
mod inbound;
mod outbound;

pub use inbound::InboundMessage;
pub use outbound::OutboundMessage;