1
2
3
4
5
6
7
8
//! Elasticsearch REST API Client
//!
//! A lightweight implementation of the Elasticsearch API based on the
//! [`hyper`](http://hyper.rs/hyper/) HTTP client.
//!
//! # Deprecated
//! 
//! This crate has been deprecated in favour of: [`elastic_reqwest`](https://crates.io/crates/elastic_reqwest).