cargo-pipe-0.1.0 is not a library.
cargo-pipe is a clap based command line tool to generate and build data integration app with manifest
Installation
Install Rust and Cargo
|
Install cargo-pipe CLI
cargo install cargo-pipe
Usage
cargo pipe --help
Quick Start
go to resources folder
cargo pipe new && \
cargo pipe validate -o -p && \
cargo pipe generate && \
cargo pipe build -o timer -r
run app
./timer