prim-traits

Crates.ioprim-traits
lib.rsprim-traits
version0.0.0
sourcesrc
created_at2018-09-01 08:57:44.860223
updated_at2018-09-01 08:57:44.860223
descriptionTraits for implementing generic algorithms over Rust's primitive numeric types
homepagehttps://github.com/sicking/prim-traits
repositoryhttps://github.com/sicking/prim-traits
max_upload_size
id82453
size16,387
Jonas Sicking (sicking)

documentation

README

Traits for implementing generic algorithms over Rust's primitive numeric types

The goals of this crate are similar to that of num-traits, but without being burdened by the constraints of backwards compatibility.

Usage

Add this to your Cargo.toml:

[dependencies]
prim-traits = "0.0.1"

and this to your crate root:

extern crate prim_traits;

Compatibility

The prim-traits currently targets nightly builds. However plan is to very soon add compatibility with recent releases of stable.

Commit count: 0

cargo fmt