systemd-cron-next/vendor/num
2024-11-12 15:03:58 +03:00
..
benches Cargo vendor 2024-11-12 15:03:58 +03:00
doc Cargo vendor 2024-11-12 15:03:58 +03:00
src Cargo vendor 2024-11-12 15:03:58 +03:00
.cargo-checksum.json Cargo vendor 2024-11-12 15:03:58 +03:00
Cargo.toml Cargo vendor 2024-11-12 15:03:58 +03:00
LICENSE-APACHE Cargo vendor 2024-11-12 15:03:58 +03:00
LICENSE-MIT Cargo vendor 2024-11-12 15:03:58 +03:00
Makefile Cargo vendor 2024-11-12 15:03:58 +03:00
README.md Cargo vendor 2024-11-12 15:03:58 +03:00

num

A collection of numeric types and traits for Rust.

This includes new types for big integers, rationals, and complex numbers, new traits for generic programming on numeric properties like `Integer, and generic range iterators.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
num = "0.1"

and this to your crate root:

extern crate num;