float 0.1.1

Lightweight wrappers around primitive floating point types.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "float"
version = "0.1.1"
authors = ["Peter Jin <peterhaijin@gmail.com>"]
description = "Lightweight wrappers around primitive floating point types."
repository = "https://github.com/peterhj/libfloat"
documentation = "https://peterhj.github.io/libfloat/float/"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
keywords = ["float", "ord", "cmp"]

[lib]
name = "float"
path = "src/lib.rs"