Skip to content

Latest commit

Β 

History

History
19 lines (10 loc) Β· 436 Bytes

File metadata and controls

19 lines (10 loc) Β· 436 Bytes

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