//! Library root for the `manta-server` crate.
//!
//! All modules live here. The `main.rs` binary is a thin bootstrap
//! shim; integration tests in `crates/manta-server/tests/` import the
//! library directly via `use manta_server::...`.
// Warn (not deny) on undocumented pub items. The server isn't
// docs.rs-bound (publish = false), so the goal here is contributor
// onboarding rather than a public API contract. CI still surfaces
// these warnings via the rustdoc build step.