mobench-macros 0.1.13

Proc macros for mobench-sdk - #[benchmark] attribute
Documentation
[badges.maintenance]
status = "actively-developed"

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

[dependencies.quote]
version = "1"

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

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

[package]
authors = ["Dominik Clemente - dcbuilder.eth <dc@world.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proc macros for mobench-sdk - #[benchmark] attribute"
documentation = "https://docs.rs/mobench-macros"
edition = "2024"
keywords = ["benchmark", "mobile", "macro", "procedural"]
license = "MIT"
name = "mobench-macros"
readme = "README.md"
repository = "https://github.com/worldcoin/mobile-bench-rs"
resolver = "2"
version = "0.1.13"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]