This repo contains an implmentation of Rust half-precision floating-point type
`f16`. It can be seen a re-implementation of Haskell's `Numeric.Half` package in
Rust.
AHalf-hs uses MIT license. It contains third-party C source code which is
BSD-licensed (please refer to `cbits/LICENSE` for details).