#![deny(missing_docs)]#![forbid(unsafe_code)]#![cfg_attr(all(doc, CHANNEL_NIGHTLY),feature(doc_auto_cfg))]//! Search provides an in-memory index for secret meta data.
moderror;modsearch;pubuseerror::Error;pubusesearch::*;/// Result type for the library.
pub(crate)typeResult<T>=std::result::Result<T, Error>;