dashu-macros 0.5.0

Procedure macros for creating big numbers
Documentation
1
2
3
4
5
6
7
//! Parse number from raw literals

pub mod cmplx;
mod common;
pub mod float;
pub mod int;
pub mod ratio;