Skip to main content

Crate dictator_core

Crate dictator_core 

Source

Re-exports§

pub use config::DecreeSettings;
pub use config::DictateConfig;
pub use error::DictatorContext;
pub use error::DictatorError;
pub use error::suggestions;
pub use wasm_cache::WasmCacheStats;

Modules§

config
Configuration loading for .dictate.toml
error
Enhanced error context and diagnostics for Dictator
linter_output
Linter output parsing - converts external linter JSON to Dictator Diagnostics
wasm_cache
WASM module caching for improved performance

Structs§

Regime
The Regime: owns decree instances and enforces them over sources.
Source
In-memory source file for the Regime to enforce.