dpcs 0.7.0

Reference implementation of the Data Pipeline Contract Standard (DPCS)
Documentation
1
2
3
4
5
//! `dpcs` command-line entrypoint.

fn main() -> std::process::ExitCode {
    dpcs::cli::run()
}