multitype 0.8.0

Fundamental type traits.
Documentation
multitype-0.8.0 has been yanked.

Multitype

Multitype is a Rust crate for seamlessly generalising fundamental types via traits.

Multitype provideds the Uint, Int, and Float traits to abstract over the equivalent primitive types. These traits are intended to provide one-to-one copies of the interfaces that the primitive types define.