From ba0c962adf5058f27f1e8f99ad85f4c09524bd71 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sun, 29 Jan 2017 19:44:33 -0800 Subject: [PATCH] Add config-rs Config is a layered configuration system for Rust applications (with strong support for 12-factor applications). https://github.com/mehcode/config-rs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7b127be..81c99d4 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Compression](#compression) - [Computation](#computation) - [Concurrency](#concurrency) + - [Configuration](#configuration) - [Cryptography](#cryptography) - [Database](#database) - [Data structures](#data-structures) @@ -399,6 +400,10 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [Conjugate Gradient](https://en.wikipedia.org/wiki/Limited-memory_BFGS) [[CG+](http://users.iems.northwestern.edu/~nocedal/CG+.html)] * [noshu/cg-sys](https://github.com/noshu/cg-sys) — Rust binding of fortran CG+ subroutine +### Configuration + +* [mehcode/config-rs](https://github.com/mehcode/config-rs) [[config](https://crates.io/crates/config)] — Layered configuration system for Rust applications (with strong support for 12-factor applications). [](https://travis-ci.org/mehcode/config-rs) + ### Cryptography [[crypto](https://crates.io/keywords/crypto), [cryptography](https://crates.io/keywords/cryptography)]