mant-core 0.4.0

Structured manual and Markdown document engine used by ManT
Documentation

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 for the document protocol, CLI, MCP server, and terminal interface.