#search #operation #document

azure_search_rs

Azure AI Search client library for Rust

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

Download history 658/week @ 2025-03-26

658 downloads per month

MIT license

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