A Rust client library for Azure AI Search (formerly Azure Cognitive Search).
- Full API coverage for Azure AI Search
- Strongly typed models and operations
- Async/await support
- Comprehensive error handling
Add this to your Cargo.toml
:
[dependencies]
azure-ai-search = { git = "https://github.com/flachesis/azure-ai-search-rust" }
See the examples directory for usage examples:
MIT - See LICENSE file.