pacha 0.4.0

Model, Data and Recipe Registry with full lineage tracking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Auto-generated stub — DO NOT EDIT.
// pacha `main`'s contracts/ has no precondition/postcondition definitions (the
// published 0.3.0 diverged from main), so the contract macros are emitted as
// zero-cost no-ops here, matching `pv codegen`'s debug_assert semantics.
// Regenerate: pv codegen contracts/ -o src/generated_contracts.rs
#![allow(unused_macros)]

macro_rules! contract_pre_configuration { ($($arg:tt)*) => {}; }
macro_rules! contract_post_configuration { ($($arg:tt)*) => {}; }
macro_rules! contract_pre_display_format { ($($arg:tt)*) => {}; }
macro_rules! contract_pre_expand_recipe { ($($arg:tt)*) => {}; }
macro_rules! contract_pre_name_resolution { ($($arg:tt)*) => {}; }
macro_rules! contract_pre_ols_fit { ($($arg:tt)*) => {}; }