total_float_wrap 0.1.0

Floating point wrapper implementing Eq and Hash safely.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "total_float_wrap"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Floating point wrapper implementing Eq and Hash safely."
repository = "https://github.com/tritoke/total_float_wrap"
readme = "README.md"
keywords = ["total", "float", "comparison", "hash"]
categories = ["no-std", "rust-patterns"]