openscotch-core 0.0.0

Name reservation placeholder; first functional release will be 0.1.0.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # openscotch-core — name reservation placeholder
//!
//! This `0.0.0` upload is a **permanent reservation**. The canonical
//! Rust engine of the openscotch OpenSearch client is published as
//! [`openscotch`](https://crates.io/crates/openscotch); the
//! `openscotch-core` name is reserved defensively and will not ship
//! functionally.
//!
//! Track development at
//! [github.com/mbeschastn0v/openscotch](https://github.com/mbeschastn0v/openscotch).
#![doc(html_root_url = "https://docs.rs/openscotch-core/0.0.0")]
#![deny(missing_docs)]