inauguration 0.1.1

Swift developer toolchain CLI (hybrid compiler pipeline, staging, plugins)
Documentation
1
2
3
4
5
6
7
8
9
10
// AUTO-GENERATED by inauguration protocol-gen (Rust)
// Source: shared/protocol/events.schema.json

#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, PartialEq, Eq)]
#[serde(rename_all = "snake_case")]
pub enum PatchType {
    ViewBody,
    Modifier,
    FullModule,
}