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
//! Tests covering serialization and deserialization behaviour.

#![cfg(feature = "serde")]

#[path = "serde/roundtrip.rs"]
mod roundtrip;