faimm 0.2.1

Random access to indexed fasta using a mmapped file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.indexmap]
version = "1.5.0"

[dependencies.memmap]
version = "0.7"

[package]
authors = ["Arno Velds <a.velds@nki.nl>"]
categories = ["parser-implementations"]
description = "Random access to indexed fasta using a mmapped file"
documentation = "https://docs.rs/faimm/"
homepage = "https://github.com/veldsla/faimm"
keywords = ["fasta", "fai", "indexed"]
license = "MIT"
name = "faimm"
repository = "https://github.com/veldsla/faimm"
version = "0.2.1"