1 2 3 4 5
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))] pub mod model; pub use crate::model::Model2Vec;