ffi-export-proc-macro 0.2.0

A proc macro attribute to export Rust functions to FFI more easily
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.quote]
version = "0.6.12"

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

[lib]
proc-macro = true

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "A proc macro attribute to export Rust functions to FFI more easily"
edition = "2018"
license = "MIT"
name = "ffi-export-proc-macro"
version = "0.2.0"