//! # Structs and utilities for storing Features (e.g. genes) and manipulating ranked gene sets.
//!
//! This module provides core data structures and utilities for representing and
//! manipulating ranked objects, ie a ranked gene set, for the dual threshold
//! optimization algorithm.
pub use Feature;
pub use FeatureList;
pub use PermutedRankedFeatureList;
pub use ;
pub use FeatureSetProvider;
pub use UniqueCheck;