uninum 0.1.1

A robust, ergonomic unified number type for Rust with automatic overflow handling, type promotion, and cross-type consistency.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Tests for trait implementations (equality, hashing, ordering).

#[path = "traits/equality.rs"]
mod equality;

#[path = "traits/hashing.rs"]
mod hashing;

#[path = "traits/ordering.rs"]
mod ordering;