bitnuc 0.2.3

A library for efficient nucleotide sequence manipulation using 2-bit encoding
Documentation
[[bench]]
harness = false
name = "packing_benchmark"
path = "benches/packing_benchmark.rs"

[[bench]]
harness = false
name = "sequence_benchmark"
path = "benches/sequence_benchmark.rs"

[[bench]]
harness = false
name = "simd_comparison"
path = "benches/simd_comparison.rs"

[dev-dependencies.criterion]
version = "0.5.1"

[features]
nosimd = []

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

[package]
authors = ["Noam Teyssier <noam.teyssier@arcinstitute.org"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "data-structures"]
description = "A library for efficient nucleotide sequence manipulation using 2-bit encoding"
documentation = "https://docs.rs/bitnuc"
edition = "2021"
keywords = ["bioinformatics", "dna", "sequence", "nucleotide", "genetics"]
license = "MIT"
name = "bitnuc"
readme = "README.md"
repository = "https://github.com/noamteyssier/bitnuc"
version = "0.2.3"

[profile.release]
codegen-units = 1
lto = true