/* Copyright 2022-2023 Danny McClanahan */
/* SPDX-License-Identifier: BSD-3-Clause */
//! ???
/* Warn for missing docs in general, and hard require crate-level docs. */
// #![warn(missing_docs)]
/* Make all doctests fail if they produce any warnings. */
/* Generate docs.rs info for feature switches. */
pub use root as hs;