Skip to content

sharkLoc/seqio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages