cargo-orthohelp 0.8.0

OrthoConfig documentation tooling for IR generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Library interface for `cargo-orthohelp` documentation tooling.
//!
//! This crate provides tools for generating documentation from `OrthoConfig`
//! intermediate representation (IR), including localized JSON output, roff man
//! pages, and `PowerShell` help artefacts.

pub mod error;
pub mod ir;
pub mod powershell;
pub mod roff;
pub mod schema;