divvunspell 1.0.0-beta.3

Spell checking library for ZHFST/BHFST spellers, with case handling and tokenization support.
Documentation
1
2
3
4
5
6
pub(crate) mod tokenizer;

#[doc(hidden)]
pub trait IntoFlatbuffer {
    fn into_flatbuffer(self) -> Vec<u8>;
}