#run #user-friendly #example #command-line-interface

app cargo-demo

A user friendly command line interface for interactively choosing and running examples in any Cargo crate. You can also choose to run all examples one after another.

1 unstable release

Uses old Rust 2015

0.1.0 Jun 17, 2018

#38 in #example

Apache-2.0

7KB
143 lines

Cargo Demo

A user friendly command line interface for interactively choosing and running examples in any Cargo crate. You can also choose to run all examples one after another.

Installation

cargo install cargo-demo

Usage

cargo demo [additional flags for cargo]
cargo demo all [additional flags for cargo] # Run all examples one by one

Dependencies

~5–15MB
~183K SLoC