From e7b345302a04d505cd11280b4d2815954b417778 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 23 Dec 2015 08:48:43 +0100 Subject: [PATCH] add Bioinformatics section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b187156..218044f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Asynchronous](#asynchronous) - [Audio](#audio) - [Authentication](#authentication) + - [Bioinformatics](#bioinformatics) - [Build system](#build-system) - [Cloud](#cloud) - [Command-line argument parsing](#command-line-argument-parsing) @@ -140,6 +141,11 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [keats/rust-jwt](https://github.com/keats/rust-jwt) — [JSON Web Token](https://en.wikipedia.org/wiki/JSON_Web_Token) lib in rust [![Build Status](https://api.travis-ci.org/Keats/rust-jwt.svg?branch=master)](https://travis-ci.org/Keats/rust-jwt) +### Bioinformatics + +* [Rust-Bio](https://github.com/rust-bio) - bioinformatics libraries in Rust. + + ### Build system * [Cargo](https://crates.io/) — the Rust package manager