total_float_wrap 0.1.1

Floating point wrapper implementing Hash and Ord according to IEEE 754 totalOrd.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
categories = ["no-std", "rust-patterns"]
description = "Floating point wrapper implementing Hash and Ord according to IEEE 754 totalOrd."
documentation = "https://docs.rs/total_float_wrap/latest/total_float_wrap/"
edition = "2021"
keywords = ["total", "float", "comparison", "hash"]
license = "MIT OR Apache-2.0"
name = "total_float_wrap"
readme = "README.md"
repository = "https://github.com/tritoke/total_float_wrap"
resolver = "2"
version = "0.1.1"