Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 255 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 255 Bytes

Rust Bin Lib Plus

This is a template which shows two things:

  1. In Cargo.toml, how to have a Rust project that is both a library and an executable binary

  2. How to use clap (cli arg parsing) and inquire (cli interactive arg parsing) together