elasticsearch-rs core types

Docs

Yet another work in progress Elasticsearch client for Rust.

A high-level implementation of the core types in Elasticsearch documents.

Types within this crate are self-contained and handle their own serialisation/deserialisation requirements. Each type also supplies a struct for its Put Mapping API properties.

The types in this crate are backed by compiler plugins in json_str.

Links