num

Arbitrary sized numeric types for Rust.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
num = "*"

and this to your crate root:

extern crate num;
S
Description
各种数字类型的通用特性,包括整数、浮点数、复数等
Readme 2.7 MiB
Languages
Rust 99.3%
Shell 0.7%