super basic rust cdylib plugin system
Rust 96.8%
Makefile 3.2%
2 1 0

Clone this repository

https://tangled.org/rad.vg/rustin
git@tangled.org:rad.vg/rustin

For self-hosted knots, clone URLs may differ based on your setup.

README.md

rustin#

Super basic rust plugin system based on dynamic library loading that I made in an hour.

This will probably require cross compilation. The easiest way to do this properly is Github CI, tbh. Looking for a better way, but it's hard to find one, mostly because of macOS. Windows and Linux are both super easy, but macOS is probably CI-only for most developers.

Usage#

Run make plugin inside of plugin, then cargo run in the root. It should print Hello, everyone! or similar.