treemd 0.5.12

A markdown navigator with tree-based structural navigation and syntax highlighting
Documentation
1
2
3
4
5
mod commands;
#[cfg(feature = "unstable-dynamic")]
pub mod setup;

pub use commands::{Cli, ColorModeArg, OutputFormat};