1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00

Merge pull request #193 from andschwa/rust-genetic-algorithm

Add andschwa/rust-genetic-algorithm
This commit is contained in:
kud1ing 2016-08-25 06:32:38 +02:00 committed by GitHub
commit d5175037c9

View File

@ -59,6 +59,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organizations running Rust in production).
* [andschwa/rust-genetic-algorithm](https://github.com/andschwa/rust-genetic-algorithm) — a genetic algorithm for academic benchmark problems [<img src="https://travis-ci.org/andschwa/rust-genetic-algorithm.svg?branch=master">](https://travis-ci.org/andschwa/rust-genetic-algorithm)
* [azerupi/mdBook](https://github.com/azerupi/mdBook) — a command line utility to create books from markdown files [<img src="https://travis-ci.org/azerupi/mdBook.svg?branch=master">](https://travis-ci.org/azerupi/mdBook)
* [bluejekyll/trust-dns](https://github.com/bluejekyll/trust-dns) — a DNS-server [<img src="https://travis-ci.org/bluejekyll/trust-dns.svg?branch=master">](https://travis-ci.org/bluejekyll/trust-dns)
* [BurntSushi/xsv](https://github.com/BurntSushi/xsv) — a fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.) [<img src="https://travis-ci.org/BurntSushi/xsv.svg?branch=master">](https://travis-ci.org/BurntSushi/xsv)