badness 0.16.0

A language server, formatter, and linter for LaTeX
1
2
3
4
//! Compatibility re-export of the comment-directive scanner, which lives in the
//! `badness-parser` crate.

pub use badness_parser::directives::*;