externcfn-attr 1.0.1

macro_rules for define correct extern 'C' functions with an normal syntax
Documentation
[dependencies.proc-macro2]
version = "1.0.88"

[dependencies.quote]
version = "1.0.37"

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

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

[package]
authors = ["searby-rs <searbyrs@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "macro_rules for define correct extern 'C' functions with an normal syntax"
edition = "2021"
homepage = "https://github.com/searby-rs/externcfn"
license = "MIT"
name = "externcfn-attr"
readme = false
repository = "https://github.com/searby-rs/externcfn"
version = "1.0.1"