Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 456 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 456 Bytes

Simple Rust boilerplate

Reads all the entries in the provided config.yaml and outputs them.

Usage

cargo build
./target/debug/rust-boilerplate -c|--config ${CONFIG_FILE}
USAGE:
    rust-boilerplate --config <FILE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --config <FILE>    Provides the configuration file

Sample config.yaml provided in root directory