Overview of the Elasticsearch Rust Client
mainThe Elasticsearch Rust client is the official client for communicating with Elasticsearch. It provides fluent builders for all Elasticsearch REST API endpoints, persistent keep-alive connections, TLS support (using system or custom certificates), proxy support with authentication, and asynchronous support via the Tokio runtime.
For full technical details, refer to the API documentation on docs.rs.