cartulary 0.3.0-alpha.1

The knowledge layer of your project — decisions, issues, docs, all in one place.
Documentation
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;