Machine-readable Rust crate-family support metadata for Vox lives in:
This registry tracks product_lane, support tier, boundary owner,
semantics state, capability value, debt cost, target support, and
decision class (first_class, internal_runtime_only,
escape_hatch_only, deferred).
It also includes template_managed_dependencies
(app, script_native, script_wasi) used by the compiler build-time
generator to derive template-owned dependency sets from contract data.
It additionally defines wasi_unsupported_rust_imports, the explicit
WASI deny set consumed by compiler policy generation.
Runtime defaults and policy behavior:
- If a crate is absent from
support_entries, classifier fallback isescape_hatch_only. - Semantics fallback for crates absent from
support_entriesispartially_implemented. - Crates listed in
template_managed_dependenciesshould also appear by Cargo name in at least onesupport_entries.crate_familyso generated classifier and template ownership cannot drift.
Executable SSOT wiring:
crates/vox-compiler/build.rsreadscontracts/rust/ecosystem-support.yamland generatesrust_interop_policy.rsintoOUT_DIR.crates/vox-compiler/src/rust_interop_support.rsincludes that generated table (GENERATED_RUST_INTEROP_POLICY) for classifier and target/semantics lookup.
Architecture rationale and scoring policy:
docs/src/architecture/rust-ecosystem-support-ssot.mddocs/src/architecture/interop-tier-policy.mddocs/src/architecture/vox-bell-curve-strategy.md
Local verification:
vox ci policy-smoke(orchestrator check + command-compliance + rust ecosystem parity test)vox ci rust-ecosystem-policycargo run -p vox-cli --quiet -- ci rust-ecosystem-policycargo test -p vox-compiler --test rust_ecosystem_support_parity