// SPDX-License-Identifier: CC0-1.0
//! # Rust Bitcoin Internal
//!
//! This crate is only meant to be used internally by crates in the
//! [rust-bitcoin](https://github.com/rust-bitcoin) ecosystem.
//!
// Experimental features we need.
// Coding conventions.
// Exclude lints we don't think are valuable.
// https://github.com/rust-bitcoin/rust-bitcoin/pull/2134
// More readable than clippy's format.
// https://github.com/rust-lang/rust-clippy/issues/12454
extern crate alloc;
extern crate std;