//! A library for reading, writing, and using word embeddings.
//!
//! rust2vec allows you to read, write, and use word2vec and GloVe
//! embeddings. rust2vec uses *finalfusion* as its native data
//! format, which has several benefits over the word2vec and GloVe
//! formats.
pub
pub