dictator 0.16.4

Dictator - structural linter framework with native and WASM decree support
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Individual tool handlers for stalint, dictator, and watch commands.

mod dictator;
mod occupy;
mod stalint;
mod watch;

pub use dictator::handle_dictator;
pub use occupy::handle_occupy;
pub use stalint::handle_stalint;
pub use watch::{handle_stalint_unwatch, handle_stalint_watch};