PeliSearch Rust SDK
Official Rust client for PeliSearch.
Installation
Add to your Cargo.toml:
[]
= "0.1.0"
Requires Rust edition 2024+.
Quick Start
use ;
let client = from_url?;
client.create_index.await?;
client.add_document.await?;
let results = client.search.await?;
for hit in results.hits
Documentation
See the full SDK docs for detailed usage.
License
MIT