odict 3.3.0

A blazingly-fast dictionary file format for human languages
Documentation
1
2
3
4
5
6
7
8
mod charabia;
mod constants;
pub mod index;
mod schema;
#[allow(clippy::module_inception)]
mod search;

pub use search::*;