A bioinformatics library for Rust. This library provides implementations of many algorithms and data structures that are useful for bioinformatics, but also in other fields.
// Copyright 2014-2016 Johannes Köster.
// Licensed under the MIT license (http://opensource.org/licenses/MIT)
// This file may not be copied, modified, or distributed
// except according to those terms.
//! Various useful data structures.
pubmodannot_map;pubmodbit_tree;pubmodbitenc;pubmodbwt;pubmodfmindex;pubmodinterpolation_table;pubmodinterval_tree;pubmodqgram_index;pubmodrank_select;pubmodsmallints;pubmodsuffix_array;pubmodwavelet_matrix;