plugrs-interface 0.1.0

Plugin interface definitions for the plugrs system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "plugrs-interface"
version = "0.1.0"
edition = "2021"
description = "Plugin interface definitions for the plugrs system"
license = "MIT"
repository = "https://github.com/Lydanne/plugrs"
documentation = "https://docs.rs/plugrs-interface"
readme = "README.md"
keywords = ["plugin", "interface", "dynamic-loading"]
categories = ["api-bindings", "development-tools"]

[dependencies]