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
//! Maincopy business domains and their concrete boundary adapters.
//!
//! A domain owns its models and the web, administration, and persistence code
//! that implements operations on those models. Top-level infrastructure
//! modules provide shared mechanisms and compose the domain adapters.

pub(crate) mod auth;
pub(crate) mod mail;
pub(crate) mod profile;
pub mod publication;
pub(crate) mod source;