dpcs 0.12.0

Reference implementation of the Data Pipeline Contract Standard (DPCS)
Documentation
1
2
3
4
5
//! Compatibility analysis between DPCS artifacts (SPEC Ch 19).

mod compare;

pub use compare::*;