elastic_hyper 0.2.3

A lightweight implementation of the Elasticsearch API based on Hyper.
Documentation
1
2
3
4
5
6
7
8
9
pub mod create;
pub mod create_repository;
pub mod delete;
pub mod delete_repository;
pub mod get;
pub mod get_repository;
pub mod restore;
pub mod status;
pub mod verify_repository;