faimm 0.5.1

Random access to indexed fasta using a mmapped file
Documentation
[dependencies.indexmap]
version = "2.2.0"

[dependencies.memmap2]
version = "0.9"

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

[package]
authors = ["Arno Velds <a.velds@nki.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "science::bioinformatics"]
description = "Random access to indexed fasta using a mmapped file"
documentation = "https://docs.rs/faimm/"
edition = "2021"
homepage = "https://github.com/veldsla/faimm"
keywords = ["fasta", "fai", "indexed"]
license = "MIT"
name = "faimm"
readme = "README.md"
repository = "https://github.com/veldsla/faimm"
version = "0.5.1"