Simonas Kazlauskas 2487d27ca8 Add tests for ordinals
These tests include binary .dll files into the tests directory, because rustc does not allow us to
export symbols through ordinal numbers on Windows, sadly.

Both DLLs contain exactly 1 function (other than DllMain) each, with signature `fn() -> *const
c_char` returning a pointer to "bunny\0".

Thanks to WindowsBunny (aka. retep998) for building the DLLs.
2016-07-28 16:33:18 +03:00
2016-07-28 16:33:18 +03:00
2016-07-28 16:33:18 +03:00
2016-07-27 17:16:33 +03:00
2016-07-05 18:02:47 +03:00
2016-07-26 23:23:02 +03:00
2016-07-27 15:51:53 +03:00
2015-11-08 14:21:39 +02:00
2016-07-27 20:14:06 +03:00
2016-07-27 17:08:47 +03:00

libloading Travis CI Appveyor CI

A memory-safer wrapper around system dynamic library loading primitives. The most important safety guarantee by this library is prevention of dangling-Symbols that may occur after a Library is unloaded.

Using this library allows loading dynamic libraries (also known as shared libraries) as well as use functions and static variables these libraries contain.

libloading is distributed under ISC (MIT-like) license.


Note, that this library is not a drop-in replacement for the deprecated dynamic_lib. Many dubious APIs (notably, library search path modification) were prunned and string arguments take types that match conventions and system APIs better.

S
Description
提供动态库加载的支持。 | A Rust library that provides support for dynamic library loading.
Readme 1.2 MiB
Languages
Rust 100%