Registry / utility / fxread

fxread

JSON →
library0.2.14rscratesunverified

A barebones fastx reader for Rust.

# Cargo.toml [dependencies] fxread = "0.2.14"
INSTALL
IMPORT
SIG · FXREAD
F
fxread
utilityrustv0.2.14
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.

FastxReader
use fxread::FastxReader;

Read records from a FASTQ file.

use fxread::FastxReader; fn main() { let reader = FastxReader::new("input.fastq"); for record in reader { println!("{:?}", record); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fxread — cargo add fxread · libregistry