Skip to content
/ rust_bin_lib_plus Public template

For Rust projects targeting both a binary and a library, with clap + inquire example code

Notifications You must be signed in to change notification settings

lynnpepin/rust_bin_lib_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

For Rust projects targeting both a binary and a library, with clap + inquire example code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages