rust-bitcoin-unsafe-fast/bitcoin/src/error.rs

6 lines
132 B
Rust

// SPDX-License-Identifier: CC0-1.0
//! Contains error types and other error handling tools.
pub use crate::parse::ParseIntError;