aboutsummaryrefslogtreecommitdiff
path: root/README.mkd
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-24 14:31:44 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-24 23:05:28 -0700
commit32890e15d2603541071a88b0bca3ad1d37427a8b (patch)
tree0b8fe97cf399abd1cdf0d3d69bd9ed72ba8c6818 /README.mkd
parent703eda4a77d317260d18d91927678c9e32a106f1 (diff)
downloadlibloading-32890e15d2603541071a88b0bca3ad1d37427a8b.tar.gz
Upgrade rust/crates/libloading to 0.6.3
* Regenerate Android.bp with new dependency of libcfg_if. Test: make Change-Id: I8101500c0ec66ad20aed56e19b77f767920067d4
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.