prim-traits 0.0.0

Traits for implementing generic algorithms over Rust's primitive numeric types
Documentation
  • Coverage
  • 0%
    0 out of 8 items documented0 out of 2 items with examples
  • Size
  • Source code size: 16.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.34 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sicking

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.