2023-04-30 23:19:35 +00:00
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2022-07-26 12:50:28 +00:00
|
|
|
//! Contains error types and other error handling tools.
|
|
|
|
|
2022-09-20 10:08:06 +00:00
|
|
|
pub(crate) use internals::impl_std_error;
|
2022-07-26 12:50:28 +00:00
|
|
|
|
2022-09-20 10:08:06 +00:00
|
|
|
pub use crate::parse::ParseIntError;
|