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

8 lines
215 B
Rust
Raw Normal View History

// SPDX-License-Identifier: CC0-1.0
//! Contains error types and other error handling tools.
#[rustfmt::skip] // Keep public re-exports separate.
#[doc(inline)]
pub use crate::parse::ParseIntError;