lazylink-macro 0.1.2

Convert extern fn to libdl call.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lazylink-macro"
description = "Convert extern fn to libdl call."
version = "0.1.2"
authors = ["yskszk63 <yskszk63@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yskszk63/lazylink"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"