aboutsummaryrefslogtreecommitdiff
path: root/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.mkd b/README.mkd
index 006f172..8f7d342 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,6 +1,6 @@
# libloading
-A memory-safer wrapper around system dynamic library loading primitives. The most important safety
+Safer bindings around system dynamic library loading primitives. The most important safety
guarantee by this library is prevention of dangling-`Symbol`s that may occur after a `Library` is
unloaded.
@@ -13,4 +13,4 @@ functions and static variables these libraries contain.
[docs]: https://docs.rs/libloading/
[changelog]: https://docs.rs/libloading/*/libloading/changelog/index.html
-libloading is distributed under ISC (MIT-like) license.
+libloading is available to use under ISC (MIT-like) license.