biommap
An efficient bioinformatics file parser based on memory mapping of file.
WARNING:
- biommap work only on uncompressed seekable file
- biommap is tested only on Linux
- biommap is still in developpement many thing can change or be break
Usage
From source
In your Cargo.toml
put
biommap = { git = "https://github.com/natir/biommap/", branch = "main" }
Minimum supported Rust version
Currently the minimum supported Rust version is 1.60.