10 releases
new 0.3.3 | Mar 31, 2025 |
---|---|
0.3.1 | Mar 31, 2025 |
0.2.0 | Mar 31, 2025 |
0.1.5 | Mar 31, 2025 |
#706 in Network programming
659 downloads per month
18KB
326 lines
Azure AI Search client library for Rust
Provides async Rust bindings for Azure AI Search (formerly Azure Cognitive Search)
Azure AI Search Rust SDK
A Rust client library for Azure AI Search (formerly Azure Cognitive Search).
Features
- Full API coverage for Azure AI Search
- Strongly typed models and operations
- Async/await support
- Comprehensive error handling
Getting Started
Add this to your Cargo.toml
:
[dependencies]
azure-ai-search = { git = "https://github.com/flachesis/azure-ai-search-rust" }
Examples
See the examples directory for usage examples:
License
MIT - See LICENSE file.
Dependencies
~7–20MB
~295K SLoC