essence 0.7.0

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::{MemberRemoveInfo, OutboundMessage, UnackedChannel};