fn_abi 3.0.0

A proc attribute macro that sets the ABI/calling convention for the attributed function
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[dependencies.syn_squash]
version = "0"

[lib]
proc-macro = true

[package]
authors = ["William Venner <william@venner.io>"]
categories = ["development-tools::ffi"]
description = "A proc attribute macro that sets the ABI/calling convention for the attributed function"
edition = "2021"
keywords = ["abi", "calling-convention", "cross-compilation", "extern", "macro"]
license = "MIT"
name = "fn_abi"
repository = "https://github.com/WilliamVenner/fn_abi"
resolver = "2"
version = "3.0.0"