//! Elasticsearch API Client
//!//! This crate is a meta-package that makes it easy to work
//! with the Elasticsearch REST API.
externcrate elastic_reqwest;externcrate elastic_requests;externcrate elastic_types;pubmodclient{pubuseelastic_reqwest::*;pubuseelastic_requests::*;}pubmodtypes{pubuseelastic_types::*;}