dlopen_derive 0.1.4

Derive macros for the dlopen crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.libc]
version = "0.2.29"

[dependencies.quote]
version = "0.6.12"

[dependencies.syn]
version = "0.15.34"

[lib]
proc-macro = true

[package]
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>"]
description = "Derive macros for the dlopen crate."
license = "MIT"
name = "dlopen_derive"
version = "0.1.4"