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
pull/250/head
Ryan Leckey 8 years ago committed by GitHub
parent 27c087e2fe
commit ba0c962adf

@ -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). [<img src="https://travis-ci.org/mehcode/config-rs.svg?branch=master">](https://travis-ci.org/mehcode/config-rs)
### Cryptography
[[crypto](https://crates.io/keywords/crypto), [cryptography](https://crates.io/keywords/cryptography)]

Loading…
Cancel
Save