mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
add Bioinformatics section
This commit is contained in:
parent
ecf8170e80
commit
e7b345302a
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
||||||
- [Asynchronous](#asynchronous)
|
- [Asynchronous](#asynchronous)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Authentication](#authentication)
|
- [Authentication](#authentication)
|
||||||
|
- [Bioinformatics](#bioinformatics)
|
||||||
- [Build system](#build-system)
|
- [Build system](#build-system)
|
||||||
- [Cloud](#cloud)
|
- [Cloud](#cloud)
|
||||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
- [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)
|
* [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
|
### Build system
|
||||||
|
|
||||||
* [Cargo](https://crates.io/) — the Rust package manager
|
* [Cargo](https://crates.io/) — the Rust package manager
|
||||||
|
|
Loading…
Reference in a new issue