plugrs-host 0.1.0

Plugin host implementation for the plugrs system
Documentation
[[bin]]
name = "plugrs-host"
path = "src/main.rs"

[dependencies.libloading]
version = "0.7"

[dependencies.plugrs-interface]
version = "^0.1.0"

[lib]
name = "plugrs_host"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools"]
description = "Plugin host implementation for the plugrs system"
documentation = "https://docs.rs/plugrs-host"
edition = "2021"
keywords = ["plugin", "host", "dynamic-loading"]
license = "MIT"
name = "plugrs-host"
readme = "README.md"
repository = "https://github.com/Lydanne/plugrs"
version = "0.1.0"