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
8
9
10
11
//! Shared, locale-independent infrastructure used by Workshop domains.
//!
//! These modules provide storage, identity, source locations, formatting, and
//! shared errors. They do not own Workshop features.

pub(crate) mod arena;
pub(crate) mod error;
pub(crate) mod format;
pub(crate) mod ids;
pub(crate) mod signatures;
pub(crate) mod source;