mdbook-lint CLI and preprocessor
This crate provides the command-line interface and mdBook preprocessor functionality for mdbook-lint. It builds on the mdbook-lint-core library to provide CLI tools and mdBook integration.
Basic Usage
use ;
use PathBuf;
let engine = create_engine_with_all_rules;
let document = new?;
let violations = engine.lint_document?;
# Ok::