texcraft_stdext/algorithms/
mod.rs

1//! Implementations of various CS algorithms
2
3pub mod spellcheck;
4pub mod substringsearch;