badness 0.16.0

A language server, formatter, and linter for LaTeX
1
2
3
4
//! Compatibility re-export of the declaration types, which live in the
//! `badness-parser` crate (the parse is what consumes them).

pub use badness_parser::declarations::*;