gboddin / plugin-system-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 100.0%