rototo 0.1.0-alpha.8

Control plane for runtime configuration of your application.
Documentation
1
2
3
4
5
6
7
8
mod marshal;
mod registry;
mod runner;
mod targets;

pub(super) use super::index::RegisteredLintSelector;
pub(super) use registry::register_custom_lints;
pub(super) use runner::run_registered_custom_lints;