1 2 3 4 5 6 7
/// # Common /// This module contains common types and traits used across the project mod embedding_shared; mod types; pub use embedding_shared::*; pub use types::*;