Skip to content

M3DZIK/rust-plugins-loader-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of dynamic plugins loading in Rust

An example of using and loading plugins from .so files.

👨‍💻 Building

Requirements

To build, run the command: cargo build --release --all

The built plugins can be found in target/release/lib{PLUGIN_NAME}.so

Run

To run this example, run the command: cargo run -- ./target/debug/libplugin.so