real-proc 0.0.3

proc macros for floating point constants.
Documentation
[dependencies.const-frac]
features = ["tokenize"]
version = "0.0"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1"

[lib]
proc-macro = true

[package]
categories = ["rust-patterns"]
description = "proc macros for floating point constants."
edition = "2021"
exclude = ["doc/*", ".*"]
homepage = "https://gitlab.com/fton/real-proc"
keywords = ["util-lib", "hobby", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "real-proc"
repository = "https://gitlab.com/fton/real-proc"
version = "0.0.3"