sim-lib-numbers-rational 0.1.0

SIM workspace package for sim lib numbers rational.
Documentation
1
2
3
4
5
6
7
//! The `numbers/rational` number-literal shape and class are the shared
//! `sim_lib_numbers_core::{NumberLiteralShape, NumberLiteralClass}`.
//!
//! The domain-specific value-shape symbol lives in
//! [`super::domain::value_shape_symbol`], which delegates to
//! `sim_lib_numbers_core::value_shape_symbol`; this module holds nothing of its
//! own.