wesley-core 0.2.0

Wesley Rust Core - Deterministic compiler kernel
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Domain models and core logic.

pub mod capability;
pub mod error;
pub mod ir;
pub mod law;
pub(crate) mod normalized_sdl;
pub mod operation;
pub mod operation_artifact;
pub mod project_manifest;
pub mod schema_delta;