odict 3.3.0

A blazingly-fast dictionary file format for human languages
Documentation
mod definition;
mod dictionary;
mod entry;
mod entry_ref;
mod etymology;
mod example;
mod form;
mod group;
#[allow(clippy::module_inception)]
mod json;
mod media_url;
mod note;
mod pronunciation;
mod sense;
#[cfg(feature = "tokenize-latin")]
mod token;
mod translation;

pub(super) use definition::*;
pub(super) use entry::*;
pub(super) use entry_ref::*;
pub(super) use etymology::*;
pub(super) use example::*;
pub(super) use form::*;
pub(super) use group::*;
pub(super) use note::*;
pub(super) use pronunciation::*;
pub(super) use sense::*;
pub(super) use translation::*;

pub use json::*;