Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 436 Bytes

README.md

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