···11+# rustin
22+33+Super basic rust plugin system based on dynamic library loading that I made in an hour.
44+55+This will probably require cross compilation. The easiest way to do this properly is Github CI, tbh.
66+Looking for a better way, but it's hard to find one, mostly because of macOS. Windows and Linux are
77+both super easy, but macOS is probably CI-only for most developers.
88+99+## Usage
1010+1111+Run `make plugin` inside of `plugin`, then `cargo run` in the root. It should print `Hello, everyone!` or similar.