dpcs 0.6.0

Reference implementation of the Data Pipeline Contract Standard (DPCS)
Documentation
1
2
3
4
5
6
7
//! Pipeline Plan generation (SPEC Ch 15).
//!
//! A Pipeline Plan is produced only from a successfully validated contract.

mod pipeline_plan;

pub use pipeline_plan::*;