An open API service indexing awesome lists of open source software.

https://github.com/luojia65/plugin-system-example

Example design of executable with `dylib`-based runtime plugin system in Rust, `libloading` used
https://github.com/luojia65/plugin-system-example

Last synced: 11 months ago
JSON representation

Example design of executable with `dylib`-based runtime plugin system in Rust, `libloading` used

Awesome Lists containing this project

README

          

# plugin-system-example
Example design of executable with `dylib`-based runtime plugin system in Rust, `libloading` used

# Usage

1. Compile plugin using `cargo build -p my-plugin`
2. Run master by `cargo run -p my-master`