1mod error; 2pub mod model; 3mod ops; 4pub mod util; 5 6#[doc(inline)] 7pub use error::Error; 8 9#[doc(inline)] 10pub use ops::distance;