primaldimer_rs 0.2.0

A Rust library for calculating PrimerPrimer interactions
Documentation
[package]
name = "primaldimer_rs"
version = "0.2.0"
edition = "2021"
license-file = "LICENSE"
description="A Rust library for calculating PrimerPrimer interactions"
repository = "https://github.com/ChrisgKent/primaldimer_rs"

[lib]
name = "primaldimer_rs"
path = "src/lib.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.10.5"