https://github.com/luojia65/plugin-system-example
Example design of executable with `dylib`-based runtime plugin system in Rust, `libloading` used
https://github.com/luojia65/plugin-system-example
Last synced: 11 months ago
JSON representation
Example design of executable with `dylib`-based runtime plugin system in Rust, `libloading` used
- Host: GitHub
- URL: https://github.com/luojia65/plugin-system-example
- Owner: luojia65
- Created: 2019-12-02T09:00:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T21:20:54.000Z (about 5 years ago)
- Last Synced: 2024-11-05T16:45:10.043Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 126
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - plugin-system-example - based runtime plugin system in Rust, `libloading` used | luojia65 | 40 | (Rust)
README
# 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`