seadawg 0.1.3

SeaDawg is a library that implements the online algorithm for Direct Acyclic Word Graph (DAWG) and Compact Direct Acyclic Word Graph (CDAWG).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[macro_use]
mod cmp;
pub mod bdawg;
pub mod core;
mod data;
mod id_allocator;
mod foundation;
mod map;
mod traversal;
mod utils;
pub mod bt;
pub mod tdawg;
mod vec;