float-derive 0.1.0

A crate that allows deriving Eq and Hash for types that contain floating points
Documentation
[dependencies.float-derive-macros]
version = "0.1.0"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.ordered-float]
version = "3.3.0"

[package]
authors = ["Lorenz Klaus <beastle9end@outlook.de>"]
categories = ["accessibility", "science", "rust-patterns"]
description = "A crate that allows deriving Eq and Hash for types that contain floating points"
documentation = "https://docs.rs/float-derive"
edition = "2021"
homepage = "https://github.com/projectkml/float-derive"
keywords = ["f32", "f64", "partial_eq", "eq", "hash"]
license = "MIT/Apache-2.0"
name = "float-derive"
readme = "README.md"
repository = "https://github.com/projectkml/float-derive"
resolver = "1"
version = "0.1.0"