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
//! Tests for public macros.

#[path = "macros/num_macro.rs"]
mod num_macro;