sigalign-impl 0.2.2

A crate for implementations for core
Documentation
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;