maincopy-server 0.1.0

Self-hosted publishing server with exact previews and explicit release approval
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Owner-reviewed newsletter campaign content.

mod announcement;
pub(crate) mod campaign;
pub(crate) mod config;
mod control;
mod controls;
pub(crate) mod dispatch;
pub(crate) mod feedback;
mod identity;
mod message;
pub(crate) mod public;
pub(crate) mod retention;
pub(crate) mod runtime;
mod ses;
pub(crate) mod store;
pub(crate) mod subscriber;
pub(crate) mod ui;