seqalign 0.1.0

Sequence alignment using edit operations
Documentation
1
2
3
4
5
6
7
8
9
## Motivation

None of the edit distance crates on [crates.io](https://www.crates.io/)
seems to support:

  * Defining custom operations;
  * extracting string alignments.

I need string alignments and custom operations.