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 |
#730 in Network programming
658 downloads per month
18KB
326 lines
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–21MB
~297K SLoC