//! "Posit" numbers as described in the 2022 Posit Standard.
//!//! This module implements posits with [`PositContext`].
//! The associated storage type is [`Posit`] which represents
//! a posit number.
modnumber;pubmodops;modround;pubusenumber::Posit;pub(crate)usenumber::PositVal;pubuseround::PositContext;