SOVLOOKUP / rust-plugin-system

hot reload plugin system example

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, dynamic_reload used

Usage

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

About

hot reload plugin system example


Languages

Language:Rust 100.0%