workshop-rs 0.1.20

Canonical multi-locale Overwatch Workshop semantic core: catalog, parser, WIR, validation, emitter.
Documentation
1
2
3
4
5
6
7
8
//! Workshop evidence, conformance, and corpus support.
//!
//! This tree is deliberately separate from the ordinary semantic path.

pub(crate) mod census;
pub(crate) mod conformance;
pub(crate) mod live_capture;
pub(crate) mod real_projects;