dl_api 0.4.0

The easiest, simplest and safest way to load dynamic (shared object) libraries from Rust!
1
2
3
4
5
6
7
8
9
10
// DL API
//
// Copyright (c) 2018-2020 Jeron Aldaron Lau
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// https://apache.org/licenses/LICENSE-2.0>, or the Zlib License, <LICENSE-ZLIB
// or http://opensource.org/licenses/Zlib>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.

include!("unix.rs");