azure_search_rs 0.3.3

Azure AI Search client library for Rust
Documentation

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.