diff options
Diffstat (limited to 'third_party/rust/libloading/README.mkd')
-rw-r--r-- | third_party/rust/libloading/README.mkd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/third_party/rust/libloading/README.mkd b/third_party/rust/libloading/README.mkd index 66abb30b6e..7ff55b04b2 100644 --- a/third_party/rust/libloading/README.mkd +++ b/third_party/rust/libloading/README.mkd @@ -1,8 +1,11 @@ # libloading -Bindings around the platform's dynamic library loading primitives with greatly improved memory safety. The most important safety guarantee of this library is the prevention of dangling `Symbol`s that may occur after a `Library` is unloaded. +Bindings around the platform's dynamic library loading primitives with greatly improved memory +safety. The most important safety guarantee of this library is the prevention of dangling `Symbol`s +that may occur after a `Library` is unloaded. -Using this library allows the loading of dynamic libraries, also known as shared libraries, as well as the use of the functions and static variables that these libraries may contain. +Using this library allows the loading of dynamic libraries, also known as shared libraries, as well +as the use of the functions and static variables that these libraries may contain. * [Documentation][docs] * [Changelog][changelog] |