workshop-rs 0.6.0

Canonical multi-locale Overwatch Workshop semantic core: catalog, parser, WIR, validation, emitter.
Documentation
1
2
3
4
5
6
7
//! Supported parse-context contract for resolving ambiguous Workshop enums.
//!
//! This module exposes the expected-domain interface shared by the Workshop
//! parser and frontends that provide parse context. The catalog remains the
//! sole source of signature data.

pub use crate::core::signatures::*;