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
9
10
11
12
13
14
15
16
pub mod check_renderer;
mod commands;
mod context;
pub(crate) mod errors;
mod helpers;
mod id_parsing;
pub(crate) mod issue_view;
mod output;
pub mod pages_renderer;
mod runner;
pub(crate) mod table;
mod theme;

pub(crate) use context::Context;
pub(crate) use output::{render_structured, OutputFormat};
pub use runner::{execute, reference_command};