// Written by the Rust Bitcoin developers.
// 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
extern crate alloc;
extern crate std;
/// Mainly reexports based on features.
pub