tealr_doc_gen 0.4.0

A cli tool to create online documentation for apis made with tealr
1
2
3
4
pub(crate) fn show_credits() {
    let z = include_str!("../credits.md");
    println!("{z}")
}