Skip to main content

CORE

Constant CORE 

Source
pub const CORE: &[&str];
Expand description

The suite’s own read-only tools — the cross-platform core of the allowlist, present and resolvable on every OS.

The mutating/dispatching tools (ct-edit/ct-patch/ct-rules/ct-test/ ct-each) and the umbrella ct are excluded because they change state or dispatch; ct-await is included as a read-only observer (it only polls other read-only probes), which also lets it serve as a portable, bounded long-running command. The crate-/module-graph checks (deps/mods) are not dispatch targets — they are built-in checks the rule layer runs in-process.