Skip to main content

WRAPPERS_JSON

Constant WRAPPERS_JSON 

Source
pub const WRAPPERS_JSON: &str = "[\n  \"timeout\",\n  \"time\",\n  \"env\",\n  \"nohup\",\n  \"xargs\",\n  \"nice\",\n  \"ionice\",\n  \"stdbuf\"\n]\n";
Expand description

Raw bytes of the canonical wrapper-name JSON sidecar (single source of truth shared with the FE). Exposed so consumers in other crates can re-publish it without re-reading the file at runtime.