azure_search_rs

Crates.ioazure_search_rs
lib.rsazure_search_rs
version0.3.3
created_at2025-03-28 16:44:44.603639+00
updated_at2025-03-31 09:04:29.818626+00
descriptionAzure AI Search client library for Rust
homepage
repositoryhttps://github.com/flachesis/azure-ai-search-rust
max_upload_size
id1609847
size68,633
Michael Yang (flachesis)

documentation

README

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.

Commit count: 25

cargo fmt