[][src]Crate twobit

Read 2bit files in Rust.

This crate is inspired by py2bit and tries to offer the same functionality. It is written from the ground up with no C-dependency. It follows the 2bit specification version 0.

Note that most methods perform IO operations and return a Result for that reason.

The main entry point for users of this crate is the TwoBitFile struct. Please see its documentation for details how to use this crate.

Modules

block

Masking reqions of a sequence

counts

Count information on sequences

error

Error handling and descriptions

types

Central type definitions

Structs

TwoBitFile

Read data from a 2bit file

TwoBitFileInfo

General information about a 2bit file