bgzf_rust_reader 0.1.0

This library helps to read the BGZF formatted file using RUST language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.libdeflater]
version = "0.7.3"

[dependencies.positioned-io]
version = "0.2.2"

[package]
authors = ["swoven pokharel <swovenpokharel@gmail.com>"]
description = "This library helps to read the BGZF formatted file using RUST language."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "bgzf_rust_reader"
version = "0.1.0"