workshop-rs 0.3.7

Canonical multi-locale Overwatch Workshop semantic core: catalog, parser, WIR, validation, emitter.
Documentation
1
2
3
4
5
6
7
//! Cross-domain Workshop inspection and validation.
//!
//! These operations intentionally remain together because they traverse a
//! complete canonical program rather than belonging to one element kind.

pub(crate) mod element_count;
pub(crate) mod semantic;