Registry / utility / noodles-csi

noodles-csi

JSON →
library0.56.0rscratesunverified

Coordinate-sorted index (CSI) format reader and writer.

# Cargo.toml [dependencies] noodles-csi = "0.56.0"
INSTALL
IMPORT
SIG · NOODLES-CSI
N
noodles-csi
utilityrustv0.56.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.

Index
use noodles_csi::Index;

Reads a CSI index file from disk.

use noodles_csi::Index; use std::io::BufReader; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut reader = BufReader::new(std::fs::File::open("sample.csi")?); let index = Index::read(&mut reader)?; println!("Index read successfully"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.56.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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