half 1.0.0

Half-precision floating point f16 type for Rust implementing the IEEE 754-2008 binary16 type.
Documentation
<a name="v1.0.0"></a>
## v1.0.0 (2017-02-03)


#### Features

*   use serde 0.9 and stable Rust 1.15 for serialize feature ([0f5a283a]https://github.com/starkat99/half-rs/commit/0f5a283ae73805821397126fdcef0099aee39ed2)



<a name="v0.1.1"></a>
### v0.1.1 (2017-01-08)


#### Features

*   use no_std for crate by default ([0d01e176]https://github.com/starkat99/half-rs/commit/0d01e176c66cc858768420d46b559cbcb469d7bf)
*   add serde support under `serialize` feature ([cca2f15f]https://github.com/starkat99/half-rs/commit/cca2f15f5201a54aa61a065bb9aec46c0a79f41a)



<a name="v0.1.0"></a>
### v0.1.0 (2016-03-17)


*   Initial Release