rototo 0.1.0-alpha.3

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

pub(super) use super::index::{
    QualifierLintField, RegisteredLintEntity, RegisteredLintField, RegisteredLintSelector,
    SchemaLintField, ValueLintField, VariableLintField, WorkspaceLintField,
};
pub(super) use registry::register_custom_lints;
pub(super) use runner::run_registered_custom_lints;