//! This module contains a 256-bit signed integer implementation.
/// Conversion implementations.
/// Error types for signed integers.
pub use ;
/// Signed integer type wrapping a [`ruint::Uint`].
pub use Signed;
/// Operation implementations.
/// A simple [`Sign`] enum, for dealing with integer signs.
pub use Sign;
/// Serde support.
/// Utility functions used in the signed integer implementation.
pub