hyprrust_macros 0.2.0

A helper crate for the hyprrust crate. Not meant to be used by itself.
Documentation
[dependencies.proc-macro2]
version = "1.0.94"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
features = ["full"]
version = "2.0.96"

[lib]
name = "hyprrust_macros"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A helper crate for the hyprrust crate. Not meant to be used by itself."
edition = "2021"
license-file = "LICENSE"
name = "hyprrust_macros"
readme = false
repository = "https://github.com/andrewandreii/hyprrust_macros"
version = "0.2.0"