na_seq 0.2.2

DNA and RNA sequence types and functions
Documentation
[package]
name = "na_seq"
version = "0.2.2"
edition = "2021"
authors = ["David O'Connor <the_alchemist@fastmail.com>"]
description = "DNA and RNA sequence types and functions"
keywords = ["dna", "primer", "biology", "pcr"]
categories = [
    "science", "science::bioinformatics",
]
repository = "https://github.com/David-OConnor/seq"
documentation = "https://docs.rs/seq"
readme = "README.md"
license = "MIT"
exclude = [".gitignore"]

[dependencies]
num_enum = "^0.7.3"  # reversing a u8-repr.

# todo: Do we need this?
bincode = "^2.0.0-rc.3"