seqio 0.1.1

File reading and writing, support gzip format compression
Documentation
  • Coverage
  • 94.12%
    16 out of 17 items documented2 out of 12 items with examples
  • Size
  • Source code size: 10.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.55 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sharkLoc

seqio

A file reading and writing, support gzip format compression in rust

install

To use seqio in your Rust project, run command blow

cargo add seqio

Or add the following to your Cargo.toml

[dependencies]
seqio = "0.1.1"

Now seqio modules can be used directly in your source code, for example:

use seqio::utils::*;
use seqio::fastq::fqreader;