seq-events 0.1.0

A minimal, zero-copy streaming parser for FASTA/FASTQ files
Documentation
[dependencies.memchr]
version = "2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.flate2]
version = "1"

[lib]
name = "seq_events"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "science::bioinformatics"]
description = "A minimal, zero-copy streaming parser for FASTA/FASTQ files"
edition = "2024"
keywords = ["fasta", "fastq", "bioinformatics", "parser", "streaming"]
license = "Apache-2.0"
name = "seq-events"
readme = "README.md"
repository = "https://github.com/kbahk/seq-events"
version = "0.1.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"