fastseq 0.1.4

fastseq is a Rust crate for parsing FASTA/Q sequences
Documentation
# Changelog

### v0.1.4 - 2026-04-29

- Fix reading concatenated gzip files. 
- Add reading and writing LZ4 format.

### v0.1.3 - 2026-04-28

- Improve parsing speed.

### v0.1.2 - 2026-04-27

- Fix a bug of writer, which did not flush data in the end.

### v0.1.1 - 2026-04-27

- Using memory-aligned buffer.

### v0.1.0 - 2026-04-26

- The first version