1 2 3 4 5 6 7
pub mod client; pub mod completion; pub mod embedding; pub use client::*; pub use completion::*; pub use embedding::*;