rust-plugin-system
trying to make a "simple" plugin system in rust (by crwn1337)
pluginator
Rust plugins made easier (by megahomyak)
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
rust-plugin-system | pluginator | |
---|---|---|
2 | 1 | |
0 | 2 | |
- | - | |
10.0 | 10.0 | |
6 months ago | 8 months ago | |
Rust | Rust | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rust-plugin-system
Posts with mentions or reviews of rust-plugin-system.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-08-26.
-
rust-plugin-system VS plugin-system - a user suggested alternative
2 projects | 26 Aug 2023
-
What in Rust is equivalent to C++ DLLs (shared libraries), or what do I need to do to support extensions in my app?
There's the abi_stable crate, which provides safe ffi between shared libraries and applications, I also made a simple example (only using the libloading crate), it's as fast as it can be, since there's no extra overhead, but it's not ffi safe and a small change in any of the vtables (traits) can cause segfaults (you can add a version check though)
pluginator
Posts with mentions or reviews of pluginator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-21.
-
What in Rust is equivalent to C++ DLLs (shared libraries), or what do I need to do to support extensions in my app?
I've made a little library for working with plugins before. It's just a thin wrapper over libloading, making the thing a little bit more safe and convenient. Maybe you'll find it useful. Allows to load dynamic libraries. https://github.com/megahomyak/pluginator
What are some alternatives?
When comparing rust-plugin-system and pluginator you can also consider the following projects:
rust_plugin_fuckery - Experimenting with plugins in Rust
extism - The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.
VPlugin - Discontinued, please do not use.
plugin-system - Plugin system for your PHP projects
wit-bindgen - A language binding generator for WebAssembly interface types
windows-rs - Rust for Windows