dlib 0.3.1

Helper macros for handling manually loading optionnal system libraries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "dlib"
version = "0.3.1"
repository = "https://github.com/vberger/dlib"
authors = ["Victor Berger <victor.berger@m4x.org>"]
license = "MIT"
description = "Helper macros for handling manually loading optionnal system libraries."


[dependencies]
libloading = "0.3.1"

[features]
dlopen = []