rsdiff-macros 0.0.2

the crate implements custom macros for rsdiff
Documentation
[dependencies.num]
default-features = false
version = "0.4"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1"

[dependencies.quote]
version = "1"

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

[dev-dependencies.approx]
default-features = false
version = "0.5"

[lib]
bench = false
doc = true
doctest = true
name = "rsdiff_macros"
path = "src/lib.rs"
proc-macro = true
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems <support@scsys.io> (https://github.com/scattered-systems)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["mathematics", "science"]
description = "the crate implements custom macros for rsdiff"
edition = "2024"
homepage = "https://github.com/FL03/rsdiff/wikis"
keywords = ["autodiff", "mathematics", "tensor"]
license = "Apache-2.0"
name = "rsdiff-macros"
readme = "README.md"
repository = "https://github.com/FL03/rsdiff.git"
rust-version = "1.85.0"
version = "0.0.2"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]

[[test]]
name = "arith"
path = "tests/arith.rs"

[[test]]
name = "autodiff"
path = "tests/autodiff.rs"

[[test]]
name = "default"
path = "tests/default.rs"

[[test]]
name = "external"
path = "tests/external.rs"