markdownlint-rs 0.2.3

A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files
Documentation
1
2
3
4
5
mod matcher;
mod walker;

pub use matcher::GlobMatcher;
pub use walker::FileWalker;