Crate dl_api[][src]

dl_api is a library for dynamically loading API's from .dll/.so/.dylib files. It's based off of rust-dlopen. A lot of simplifications have been made.

It's the easiest, simplest and safest way to load dynamic libraries!

Macros

dl_api

Create a struct laying out the api:

Enums

Error

Error type for this library.