A Plugin System in Rust
My LFX Mentorship with Tremor, written in Rust. I implement a Plugin System using dynamic loading, also investigating alternatives like WebAssembly or eBPF.
4. Plugins in Rust: Reducing the Pain with Dependencies
Previously in this series, I covered how the plugin system could be implemented from scratch. This is a lot of work if you’re dealing with a relatively large codebase and therefore a complex interface in your plugin system, so let’s see how we can...
7. [Talk] Rust, the best and worst thing to happen to Tremor
Hello! I’ve recently had the pleasure of giving a talk at this year’s TremorCon. I really enjoy public speaking, so this has been an excellent opportunity to get better at it (let me know your thoughts!). In case you missed it, you can check out t...