dictx-core 0.1.0

Core data types and query models for DictX terminal dictionary.
Documentation
1
2
3
4
5
6
7
mod entry;
mod error;
mod query;

pub use entry::*;
pub use error::*;
pub use query::*;