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