1 2 3 4 5
//! `mnem http` — HTTP JSON API entry point inside the unified `mnem` binary. //! //! After merge, `mnem http` replaces the standalone `mnem http` binary. pub(crate) mod serve;