salak 0.2.0

A rust configuration loader
Documentation

salak, A rust configuration loader.

Crates.io Crates.io License Actions Status

salak try to provide an out-of-box configuration loader for creating new apps, such as cli, web, servers.

Quick Run

git clone https://github.com/leptonyu/salak.rs.git
cd salak.rs
cargo run --example salak -- -h
# salak 0.2.0
# Daniel Yu <leptonyu@gmail.com>
# A rust configuration loader
# 
# USAGE:
#     salak [OPTIONS]
# 
# FLAGS:
#     -h, --help       Prints help information
#     -V, --version    Prints version information
# 
# OPTIONS:
#     -P, --property <KEY=VALUE>...    Set properties

TODO

  1. Generate configuration struct from salak environment.
  2. Reload configurations.