espipe 0.2.0

A minimalist command-line utility to pipe documents from a file or I/O stream into an Elasticsearch cluster.
1
2
3
4
5
6
7
mod auth;
pub mod elasticsearch;
mod known_host;

pub use auth::Auth;
pub use elasticsearch::ElasticsearchBuilder;
pub use known_host::KnownHost;