num-traits/traits/src
Vinzent Steinberg 351dfc6383 traits: Introduce std feature
This makes it possible to build `traits` without `std`. For this a new
trait `BasicFloat` was introduced, implementing some basic functionality
that works with `core`. Most notably this is lacking functions like
`cos`, `sin`, etc.

`Float` is not available without `std`.

Refs #216.
2017-05-31 13:44:39 +02:00
..
ops traits: Introduce std feature 2017-05-31 13:44:39 +02:00
bounds.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
cast.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
float.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
identities.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
int.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
lib.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
pow.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
sign.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00