2016-07-27 00:50:27 +03:00
2016-07-27 00:50:27 +03:00
2016-07-26 23:23:02 +03:00
2015-08-27 11:34:57 +03:00
2016-07-05 18:02:47 +03:00
2016-07-26 23:23:02 +03:00
2016-07-03 19:43:27 +03:00
2015-11-08 14:21:39 +02:00
2015-11-09 09:39:35 +01:00

libloading Travis CI Appveyor CI

NOTE bindings are currently quite barebones (i.e. only allow opening a library and loading a symbol from it) and should get expanded over time.

The documentation can be found here.

This library is a safer (compared to the deprecated dynamic_lib) binding to platforms dynamic library loading utilities. The most important safety guarantee by this library is prevention of dangling-Symbols that may occur after a Library is unloaded. Due to several Rust features used in the API, these guarantees have no usability cost.

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%