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

[lib]
proc-macro = true

[dependencies]
syn = "0.15.34"
quote = "0.6.12"
libc = "0.2.29"