# [`elastic_queries`](https://docs.rs/elastic_queries/*/elastic_queries/) [![Latest Version](https://img.shields.io/crates/v/elastic_queries.svg)](https://crates.io/crates/elastic_queries) A crate to handle constructing, loading and manipulating Elasticsearch queries using a strongly typed interface. It is designed to work with [`elastic-rs`](https://github.com/elastic-rs/elastic/). ## Usage `Cargo.toml` ``` [dependencies] elastic_queries = "*" ``` ### Query Construct a query, and modify it: ```rust TODO ``` ## License Licensed under either of these: - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)