float-derive-macros 0.1.0

A crate that allows deriving Eq and Hash for types that contain floating points
Documentation
[dependencies.proc-macro2]
version = "1.0.47"

[dependencies.quote]
version = "1.0.21"

[dependencies.syn]
features = ["derive"]
version = "1.0.103"

[lib]
proc-macro = true

[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-macros"
readme = "README.md"
repository = "https://github.com/projectkml/float-derive"
resolver = "1"
version = "0.1.0"