hetseq 0.1.6

Defines traits and types to work with heterogenous sequences
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hetseq"
version = "0.1.6"
authors = ["omni-viral"]
description = "Defines traits and types to work with heterogenous sequences"
license = "Apache-2.0/MIT"
repository = "https://github.com/omni-viral/hetseq"

[dependencies]
rayon = { version = "1.0", optional = true }
shred = { version = "0.5", optional = true }

[features]
nightly = []