Registry / utility / noodles-bgzf

noodles-bgzf

JSON →
library0.47.0rscratesunverified

Blocked gzip format (BGZF) reader and writer

# Cargo.toml [dependencies] noodles-bgzf = "0.47.0"
INSTALL
IMPORT
SIG · NOODLES-BGZF
N
noodles-bgzf
utilityrustv0.47.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reader
use noodles_bgzf::Reader;

Read BGZF compressed data

use noodles_bgzf::Reader; use std::io::BufReader; let data = b"..."; let mut reader = Reader::new(BufReader::new(&data[..]));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.47.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
noodles-bgzf — cargo add noodles-bgzf · libregistry