1 2 3 4 5 6 7
// SPDX-License-Identifier: Apache-2.0 OR MIT // Copyright (c) 2023 - 2026 HTTP Handle //! Quality test wrapper for examples/docs consistency. #[path = "quality/examples_docs_consistency.rs"] mod examples_docs_consistency;