Skip to main content

Crate lattice

Crate lattice 

Source
Expand description

Lattice: a markdown predicate linter and backlink reconciler.

The crate ships as a single binary (lattice) that is both the CLI (lattice lint) and the LSP server (lattice serve). The library target exists so internal parsers can be exercised by out-of-crate test harnesses — notably the cargo-fuzz targets under fuzz/, which link this crate with the fuzzing feature and call into [fuzz_api].

Functions§

run
Run the Lattice CLI: parse arguments and dispatch to lint or serve.