mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
commit
077192526c
@ -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…
Reference in New Issue
Block a user