see-cat 0.10.0

A cute cat(1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod app;
pub mod config;
pub mod constants;
pub mod directory_tree;
pub mod html;
pub mod page;
pub mod render;
pub mod utils;
pub mod viewers;

pub use html::{
    render_code_to_html, render_file_to_html, render_markdown_to_html, HtmlRenderOptions,
};