lmrc-cli 0.3.16

CLI tool for scaffolding LMRC Stack infrastructure projects
Documentation
1
2
3
4
5
6
//! Subdomain extraction middleware
//!
//! This module re-exports subdomain extraction functionality from lmrc-proxy library.
//! For implementation details, see the lmrc-proxy crate documentation.

pub use lmrc_proxy::middleware::{subdomain_extractor as extract_subdomain, Subdomain};