bio 0.1.2

A rusty bioinformatics library. This library provides implementations of many algorithms and data structures that are useful for bioinformatics.
1
2
3
4
5
6
7
8
9
[package]

name = "bio"
version = "0.1.2"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
description = "A rusty bioinformatics library. This library provides implementations of many algorithms and data structures that are useful for bioinformatics."
homepage = "https://github.com/johanneskoester/rust-bio"
readme = "README.md"
license = "MIT"