docs.rs failed to build elastic_types-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: elastic_types-0.21.0-pre.4

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