Skip to main content

openscotch_core/
lib.rs

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