rustdesk/vendor/num-traits-0.1.43
..
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00
2024-10-11 18:43:02 +03:00

num-traits

crate documentation Travis status

Numeric traits for generic mathematics in Rust.

This version of the crate only exists to re-export compatible items from num-traits 0.2. Please consider updating!

Usage

Add this to your Cargo.toml:

[dependencies]
num-traits = "0.1"

and this to your crate root:

extern crate num_traits;

Releases

Release notes are available in RELEASES.md.

Compatibility

The num-traits crate is tested for rustc 1.8 and greater.