mant-core 0.4.0

Structured manual and Markdown document engine used by ManT
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# mant-core

`mant-core` is ManT's renderer-independent document engine. It locates and
parses local `man` and `mdoc` sources, reads the supported Markdown subset,
builds semantic outlines, selects excerpts, searches content, and renders
Markdown, text, and JSON projections.

Manual sources are parsed through `libmandoc-rs`, with a groff HTML fallback
for source constructs that libmandoc cannot lower safely. Process behavior and
interactive presentation remain outside this crate.

See the [ManT repository](https://github.com/BryanHeBY/ManT) for the document
protocol, CLI, MCP server, and terminal interface.