extern crate alloc;
extern crate core;
pub use *;
pub use *;
/// this struct is used for shadow the ParseError in decimal and int module.
/// for avoid ambiguous glob re-exports.
;
pub use ParseError as DecimalParseError;
pub use ParseError as IntParseError;