1 2 3 4 5 6 7 8
//! Driven adapters for the user-facing doc system. //! //! Each subdirectory implements one of the ports declared in //! `domain/usecases/doc/render.rs` for a specific output target. pub mod links; pub mod registry_source; pub mod render;