dictator 0.17.2

Dictator - structural linter framework with native and WASM decree support
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Dictator library interface for integration tests

#![allow(
    clippy::needless_pass_by_value,
    clippy::similar_names,
    clippy::too_many_lines
)]

// Only expose modules needed for integration testing
pub mod cli;
pub mod occupy;