libloading 0.8.3

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
Documentation
[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.static_assertions]
version = "1.1"

[package]
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
categories = ["api-bindings"]
description = "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety."
documentation = "https://docs.rs/libloading/"
keywords = ["dlopen", "load", "shared", "dylib"]
license = "ISC"
name = "libloading"
readme = "README.mkd"
repository = "https://github.com/nagisa/rust_libloading/"
rust-version = "1.56.0"
version = "0.8.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "libloading_docs"]
[target."cfg(unix)".dependencies.cfg-if]
version = "1"
[target."cfg(windows)".dependencies.windows-targets]
version = ">=0.48, <0.53"
[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.52"