hyperlit-core 0.1.0

A software documentation tool documentation embedded in source files - core crate
Documentation
1
2
3
4
5
6
src_directory = "the_source"
src_globs = ["*.rs"]
docs_directory = "the_docs"
doc_globs = ["*.md", "*.mdx"]
build_directory = "the_build"
output_directory = "the_output"