// 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 clippy lints we don't think are valuable
// https://github.com/rust-bitcoin/rust-bitcoin/pull/2134
extern crate alloc;
extern crate std;