1 2 3 4 5 6 7 8 9 10
/*! Implementations for the trait `sigalign_core::reference::SequenceStorage`. **Current Implementations** - `in_memory`: Stores the sequences in memory. - Generally most fast. - Requires enough memory to store all sequences. */ pub mod in_memory;