azure_search_rs 0.3.3

Azure AI Search client library for Rust
Documentation
1
2
3
4
5
6
//! Data models for Azure AI Search operations

pub mod search;

/// Re-export commonly used models
pub use search::*;