elastic_types 0.20.10

A strongly-typed implementation of Elasticsearch core types and Mapping API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*!
Implementation details for field mapping.

This module contains implementation details that support serialisation of mappable fields.
*/

#[macro_use]
pub mod macros;
pub mod field;

mod impls;